mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-17 12:33:08 +00:00
fix minor oops
This commit is contained in:
parent
3ab044409f
commit
c446d60ecd
@ -123,6 +123,7 @@ class TorrentNotification:
|
||||
self.glade.get_widget("chk_notification").set_active(False)
|
||||
self.glade.get_widget("chk_notification").set_sensitive(False)
|
||||
self.glade.get_widget("chk_sound").set_active(False)
|
||||
self.glade.get_widget("chk_sound").set_sensitive(False)
|
||||
self.glade.get_widget("sound_path_button").set_sensitive(False)
|
||||
else:
|
||||
self.glade.get_widget("chk_notification").set_active(self.config.get("enable_notification"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user