diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-16 19:39:31 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-17 18:15:47 +0200 |
commit | 60e7437ec072e0653e3664281857e28c647afaf9 (patch) | |
tree | 36c9277b223daac61148b4166397805db09d53d0 /dillorc | |
parent | 3364967f2542cc0ad33509f6afcf34984cb0f3c8 (diff) |
Don't show the quit dialog by default
Assume the user wants to quit Dillo by default even if there are
multiple tabs.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -426,7 +426,7 @@ ui_tab_bg_color=#b7beb7 #focus_new_tab=YES # Ask before quitting Dillo with more than one window or tab open. -#show_quit_dialog=YES +#show_quit_dialog=NO #------------------------------------------------------------------------- # DEBUG MESSAGES SECTION |