librewolf: Ensure warning on close when multiple tabs

Don't know when the default option for this was changed but it should
help prevent accidentally closing the browser.
This commit is contained in:
Donovan Glover 2024-03-30 12:24:47 -04:00
parent 93fae8e1f9
commit 251581d3a8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,6 +9,7 @@
"browser.download.useDownloadDir" = true; "browser.download.useDownloadDir" = true;
"browser.tabs.insertAfterCurrent" = true; "browser.tabs.insertAfterCurrent" = true;
"browser.tabs.warnOnClose" = true;
"browser.toolbars.bookmarks.visibility" = "never"; "browser.toolbars.bookmarks.visibility" = "never";
"browser.quitShortcut.disabled" = true; "browser.quitShortcut.disabled" = true;
"browser.urlbar.suggest.history" = false; "browser.urlbar.suggest.history" = false;