Enable 'quit press twice' by default from now

This commit is contained in:
twinaphex 2019-07-03 00:40:53 +02:00
parent 719f7535ae
commit 22d82f9e6d

View File

@ -455,7 +455,7 @@ static bool menu_swap_ok_cancel_buttons = true;
static bool menu_swap_ok_cancel_buttons = false; static bool menu_swap_ok_cancel_buttons = false;
#endif #endif
static bool quit_press_twice = false; static bool quit_press_twice = true;
static bool default_log_to_file = false; static bool default_log_to_file = false;
static bool log_to_file_timestamp = false; static bool log_to_file_timestamp = false;