From 60e7437ec072e0653e3664281857e28c647afaf9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 16 Oct 2024 19:39:31 +0200 Subject: Don't show the quit dialog by default Assume the user wants to quit Dillo by default even if there are multiple tabs. --- src/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/prefs.c b/src/prefs.c index 884e00d0..16f837f6 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -104,7 +104,7 @@ void a_Prefs_init(void) prefs.show_home = TRUE; prefs.show_msg = TRUE; prefs.show_progress_box = TRUE; - prefs.show_quit_dialog = TRUE; + prefs.show_quit_dialog = FALSE; prefs.show_reload = TRUE; prefs.show_save = TRUE; prefs.show_url = TRUE; -- cgit v1.2.3