This commit is contained in:
blankie 2022-12-31 20:10:47 +07:00
parent 2ae03e1ff1
commit 3ec153aca2
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ void event_loop(Config& active_config, bool* run_event_loop) {
settings_window(inactive_config, &show_settings_window);
} else if (save_settings_when_settings_window_closed) {
active_config = inactive_config;
save_settings_when_settings_window_closed = false;
}
if (!exit_requested_rev) {