mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +00:00
Fix showing Preferences dialog in Windows
This commit is contained in:
parent
364078079b
commit
9728d1d831
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class Preferences(component.Component):
|
||||||
self.glade.get_widget("chk_ntf_tray_blink").set_active(
|
self.glade.get_widget("chk_ntf_tray_blink").set_active(
|
||||||
self.gtkui_config["ntf_tray_blink"])
|
self.gtkui_config["ntf_tray_blink"])
|
||||||
if deluge.common.windows_check():
|
if deluge.common.windows_check():
|
||||||
self.gtkui_config["ntf_popup"].set_sensitive(False)
|
self.glade.get_widget("chk_ntf_popup").set_sensitive(False)
|
||||||
else:
|
else:
|
||||||
self.glade.get_widget("chk_ntf_popup").set_active(
|
self.glade.get_widget("chk_ntf_popup").set_active(
|
||||||
self.gtkui_config["ntf_popup"])
|
self.gtkui_config["ntf_popup"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue