mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Remove Notifications from list
This commit is contained in:
parent
a9631daf7f
commit
bc27c2cdf7
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Preferences(component.Component):
|
|||
# Add the default categories
|
||||
i = 0
|
||||
for category in [_("Downloads"), _("Network"), _("Bandwidth"), _("Interface"),
|
||||
_("Other"), _("Daemon"), _("Queue"), _("Proxy"), _("Notification"),
|
||||
_("Other"), _("Daemon"), _("Queue"), _("Proxy"),
|
||||
_("Cache"), _("Plugins")]:
|
||||
self.liststore.append([i, category])
|
||||
i += 1
|
||||
|
|
Loading…
Add table
Reference in a new issue