Skip to content
Snippets Groups Projects
Commit 17e51439 authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Set the program name to ensure the app icon appears in Running Apps

parent 3ad3d295
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ class Application(Gtk.Application):
def __init__(self):
super().__init__(application_id='com.example.title_bar')
GLib.set_application_name('Title Bar')
GLib.set_prgname('com.example.title_bar')
def do_activate(self):
window = Gtk.ApplicationWindow(application=self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment