Skip to content

Commit

Permalink
Merge pull request #71 from tpby2005/minimized_fix
Browse files Browse the repository at this point in the history
fix music pausing on minimize, resolves #70
  • Loading branch information
rexim authored Feb 6, 2024
2 parents 68910ce + 1fe963a commit 088ec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/musializer.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(void)
if (!reload_libplug()) return 1;

Image logo = LoadImage("./resources/logo/logo-256.png");
SetConfigFlags(FLAG_WINDOW_RESIZABLE);
SetConfigFlags(FLAG_WINDOW_RESIZABLE | FLAG_WINDOW_ALWAYS_RUN);
size_t factor = 80;
InitWindow(factor*16, factor*9, "Musializer");
SetWindowIcon(logo);
Expand Down

0 comments on commit 088ec58

Please sign in to comment.