Close windows with their last tabs

An opinionated setting, but this is the behavior that would be intuitive
on most platforms (all but macOS).

See #121
This commit is contained in:
Shreyas Minocha 2020-08-10 04:27:32 +05:30
parent 3b53e1aa6b
commit 9f470504fc
No known key found for this signature in database
GPG key ID: 3740FE9FC5772203

View file

@ -361,7 +361,7 @@ defaultPref("browser.ctrlTab.recentlyUsedOrder", false);
defaultPref("accessibility.typeaheadfind", false);
defaultPref("clipboard.autocopy", false);
defaultPref("layout.spellcheckDefault", 2);
defaultPref("browser.tabs.closeWindowWithLastTab", false);
defaultPref("browser.tabs.closeWindowWithLastTab", true);
defaultPref("general.autoScroll", false);
//defaultPref("network.http.sendRefererHeader", 1);
defaultPref("pdfjs.disabled", false);