mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
allow "reopen closed tab"
This commit is contained in:
parent
ee7da59637
commit
432c4eba5c
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ user_pref("signon.rememberSignons", false);
|
|||
* [NOTE] favicons.sqlite is sanitized on Firefox close ***/
|
||||
// user_pref("browser.chrome.site_icons", false);
|
||||
/* 5007: exclude "Undo Closed Tabs" in Session Restore ***/
|
||||
user_pref("browser.sessionstore.max_tabs_undo", 0);
|
||||
user_pref("browser.sessionstore.max_tabs_undo", 1);
|
||||
/* 5008: disable resuming session from crash
|
||||
* [TEST] about:crashparent ***/
|
||||
user_pref("browser.sessionstore.resume_from_crash", false);
|
||||
|
|
Loading…
Add table
Reference in a new issue