mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 15:13:23 +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
|
# Add the default categories
|
||||||
i = 0
|
i = 0
|
||||||
for category in [_("Downloads"), _("Network"), _("Bandwidth"), _("Interface"),
|
for category in [_("Downloads"), _("Network"), _("Bandwidth"), _("Interface"),
|
||||||
_("Other"), _("Daemon"), _("Queue"), _("Proxy"), _("Notification"),
|
_("Other"), _("Daemon"), _("Queue"), _("Proxy"),
|
||||||
_("Cache"), _("Plugins")]:
|
_("Cache"), _("Plugins")]:
|
||||||
self.liststore.append([i, category])
|
self.liststore.append([i, category])
|
||||||
i += 1
|
i += 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user