fix icon not displaying when falling back to systray
This commit is contained in:
parent
bac4131a0e
commit
34e1f3b442
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class Discover:
|
|||
except Exception as e:
|
||||
# Create System Tray
|
||||
logging.info("Falling back to Systray : %s" % (e))
|
||||
self.tray = Gtk.StatusIcon.new_from_icon_name("discover_overlay")
|
||||
self.tray = Gtk.StatusIcon.new_from_icon_name("discover-overlay")
|
||||
self.tray.connect('popup-menu', self.show_menu)
|
||||
|
||||
def make_menu(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue