示例#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)
示例#2
0
 def disable(self):
     self.deregister_custom_email_notification('TorrentFinishedEvent')
     CustomNotifications.disable(self)
示例#3
0
文件: core.py 项目: Ashod/Deluge
 def disable(self):
     self.deregister_custom_email_notification('TorrentFinishedEvent')
     CustomNotifications.disable(self)