Fix bug
This commit is contained in:
parent
2ae03e1ff1
commit
3ec153aca2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue