mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
Change system tray tooltip on disconnect from daemon
This commit is contained in:
parent
cd493c0f08
commit
d7caea5c31
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user