revert: back to GTK defaults like original Hiddify

This commit is contained in:
Umbrix Developer
2026-01-18 06:05:19 +03:00
parent af21f6d16e
commit ee39acbeec
2 changed files with 1 additions and 47 deletions

View File

@@ -137,6 +137,6 @@ MyApplication *my_application_new()
{
return MY_APPLICATION(g_object_new(my_application_get_type(),
"application-id", APPLICATION_ID,
"flags", G_APPLICATION_NON_UNIQUE,
"flags", G_APPLICATION_DEFAULT_FLAGS,
nullptr));
}