mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-10 20:15:38 +00:00
[Oops] Bugfix for previous commit: e37c817
This commit is contained in:
parent
e37c817151
commit
1e41891943
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue