Added browser.tabs.closeWindowWithLastTab to the default Firefox config.

This commit is contained in:
Jocelyn Le Sage 2023-02-11 21:53:12 -05:00
parent 007f31e2a6
commit d27a479a7d

View File

@ -1,2 +1,4 @@
// Disable the privacy notice page.
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
// Prevent closing Firefox when closing the last tab.
user_pref("browser.tabs.closeWindowWithLastTab", false);