mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 10:18:51 +00:00
Remove Notifications from list
This commit is contained in:
parent
a9631daf7f
commit
bc27c2cdf7
@ -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…
x
Reference in New Issue
Block a user