fix icon not displaying when falling back to systray

This commit is contained in:
Adrian Edwards 2020-10-18 20:09:30 -07:00
parent bac4131a0e
commit 34e1f3b442

View file

@ -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):