chore: syntax error

This commit is contained in:
Kingkor Roy Tirtho 2024-06-06 19:23:14 +06:00
parent 73bd207ce2
commit eea8fd1579

View File

@ -119,7 +119,7 @@ MyApplication* my_application_new() {
// gchar based alternate MY_APPLICATION_ID // gchar based alternate MY_APPLICATION_ID
const char* my_application_id = APPLICATION_ID; const char* my_application_id = APPLICATION_ID;
if (!is_flatpak()) { if (is_flatpak()) {
my_application_id = "com.github.KRTirtho.Spotube"; my_application_id = "com.github.KRTirtho.Spotube";
} }