fix: single instance with lock file only

This commit is contained in:
Umbrix Developer
2026-01-17 22:06:01 +03:00
parent 43ab81e8d1
commit b0e23312d8
3 changed files with 39 additions and 3 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_DEFAULT_FLAGS,
"flags", G_APPLICATION_NON_UNIQUE,
nullptr));
}