turn off core fading by default

This commit is contained in:
Benji Dial 2023-06-07 01:19:20 -04:00
parent a9afa12358
commit d24a732c77

View file

@ -8,7 +8,7 @@ bench_window::bench_window()
runner_stop_on_death(true),
runner_stop_on_win(true),
runner_hyperspeed(false),
core_fading(true),
core_fading(false),
control_box(Gtk::Orientation::VERTICAL),
new_round_button("new round"),
single_step_button("single step"),
@ -49,7 +49,6 @@ bench_window::bench_window()
update_ui();
core_fading_toggle.activate();
pause_on_death_toggle.activate();
pause_on_win_toggle.activate();