mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
[Oops] Bugfix for previous commit: e37c817
This commit is contained in:
parent
e37c817151
commit
1e41891943
@ -154,7 +154,7 @@ class Preferences(component.Component):
|
||||
})
|
||||
|
||||
# Radio buttons to choose between systray and appindicator
|
||||
self.builder.get_object('alignment_tray_type').set_visible(appindicator)
|
||||
self.builder.get_object('alignment_tray_type').set_visible(bool(appindicator))
|
||||
|
||||
from deluge.ui.gtkui.gtkui import DEFAULT_PREFS
|
||||
self.COLOR_DEFAULTS = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user