Exemplo n.º 1
0
 def disable(self):
     self.deregister_custom_blink_notification("TorrentFinishedEvent")
     self.deregister_custom_sound_notification("TorrentFinishedEvent")
     self.deregister_custom_popup_notification("TorrentFinishedEvent")
     CustomNotifications.disable(self)
Exemplo n.º 2
0
 def disable(self):
     self.deregister_custom_email_notification('TorrentFinishedEvent')
     CustomNotifications.disable(self)
Exemplo n.º 3
0
Arquivo: core.py Projeto: Ashod/Deluge
 def disable(self):
     self.deregister_custom_email_notification('TorrentFinishedEvent')
     CustomNotifications.disable(self)