mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
Move Interface page to top in preferences
This commit is contained in:
parent
879cf1b53c
commit
65f3c12d2d
File diff suppressed because it is too large
Load Diff
@ -88,7 +88,7 @@ class Preferences(component.Component):
|
||||
self.treeview.append_column(column)
|
||||
# Add the default categories
|
||||
i = 0
|
||||
for category in (_("Downloads"), _("Network"), _("Bandwidth"), _("Interface"), _("Other"),
|
||||
for category in (_("Interface"), _("Downloads"), _("Network"), _("Bandwidth"), _("Other"),
|
||||
_("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins"), "_separator_"):
|
||||
self.liststore.append([i, category])
|
||||
i += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user