mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fix minor oops
This commit is contained in:
parent
0a909908d9
commit
b25b51e998
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue