Added browser.tabs.closeWindowWithLastTab
to the default Firefox config.
This commit is contained in:
parent
007f31e2a6
commit
d27a479a7d
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
||||||
// Disable the privacy notice page.
|
// Disable the privacy notice page.
|
||||||
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
||||||
|
// Prevent closing Firefox when closing the last tab.
|
||||||
|
user_pref("browser.tabs.closeWindowWithLastTab", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue