Merge branch 'City-busz-master-patch-65356' into 'master'

Set icon for the window

See merge request GNOME/sysprof!102
This commit is contained in:
Christian Hergert
2024-08-29 16:00:47 +00:00

View File

@ -235,6 +235,7 @@ sysprof_application_init (SysprofApplication *self)
textdomain (GETTEXT_PACKAGE);
g_set_application_name (_("Sysprof"));
gtk_window_set_default_icon_name (APP_ID_S);
g_application_add_main_option_entries (G_APPLICATION (self), option_entries);