mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-24 11:22:34 +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
|
# 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…
Add table
Add a link
Reference in a new issue