-
Notifications
You must be signed in to change notification settings - Fork 7
Enable Disable Columns
Steven Culwell edited this page Apr 4, 2024
·
2 revisions
You can enable or disable certain columns in the results table that you may or may not not need. To do so, add to your config.toml:
# Your config in ~/.config/nyaa/config.toml or %appdata%\nyaa\config\config.toml
# ...
[columns]
category = true
title = true
size = true
date = true
seeders = true
leechers = true
downloads = true
and change each the value to false where you want to disable a column.