From 22d82f9e6d965d4dca9c5d4dc089cb247ce50a6e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 3 Jul 2019 00:40:53 +0200 Subject: [PATCH] Enable 'quit press twice' by default from now --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 517bf44df1..f037ee61e6 100644 --- a/config.def.h +++ b/config.def.h @@ -455,7 +455,7 @@ static bool menu_swap_ok_cancel_buttons = true; static bool menu_swap_ok_cancel_buttons = false; #endif -static bool quit_press_twice = false; +static bool quit_press_twice = true; static bool default_log_to_file = false; static bool log_to_file_timestamp = false;