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)
|
self.treeview.append_column(column)
|
||||||
# Add the default categories
|
# Add the default categories
|
||||||
i = 0
|
i = 0
|
||||||
for category in (_("Downloads"), _("Network"), _("Bandwidth"), _("Interface"), _("Other"),
|
for category in (_("Interface"), _("Downloads"), _("Network"), _("Bandwidth"), _("Other"),
|
||||||
_("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins"), "_separator_"):
|
_("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins"), "_separator_"):
|
||||||
self.liststore.append([i, category])
|
self.liststore.append([i, category])
|
||||||
i += 1
|
i += 1
|
||||||
|
|
Loading…
Reference in New Issue