We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7599317 commit 599a871Copy full SHA for 599a871
1 file changed
src/warpinator.py
@@ -1424,6 +1424,8 @@ def do_startup(self):
1424
Gtk.Application.do_startup(self)
1425
logging.info("Initializing Warpinator")
1426
1427
+ GLib.set_prgname("org.x.Warpinator")
1428
+
1429
prefs.prefs_settings.connect("changed::" + prefs.TRAY_ICON_KEY, self.on_prefs_changed)
1430
1431
vt = GLib.VariantType.new("s")
0 commit comments