Change system tray tooltip on disconnect from daemon
This commit is contained in:
@ -149,6 +149,8 @@ class SystemTray(component.Component):
|
||||
except Exception, e:
|
||||
log.debug("Unable to hide system tray menu widgets: %s", e)
|
||||
|
||||
self.tray.set_tooltip(_("Deluge\nNot Connected.."))
|
||||
|
||||
def shutdown(self):
|
||||
self.tray.set_visible(False)
|
||||
|
||||
|
Reference in New Issue
Block a user