diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:13 +0000 |
commit | 85cf8b20c0173df65d58c46ec5168ad894c415ca (patch) | |
tree | efbcae8ed825ff158dc31a18592fad316568e0fe /debian/local/pref | |
parent | Adding arkenfox user.js version 110.0. (diff) | |
download | firefox-85cf8b20c0173df65d58c46ec5168ad894c415ca.tar.xz firefox-85cf8b20c0173df65d58c46ec5168ad894c415ca.zip |
user.js: Setting startup to restore previous session.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/pref')
-rw-r--r-- | debian/local/pref/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index bf931b246b..5321936bdf 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -82,7 +82,7 @@ user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!"); * 0=blank, 1=home, 2=last visited page, 3=resume previous session * [NOTE] Session Restore is cleared with history (2811), and not used in Private Browsing mode * [SETTING] General>Startup>Restore previous session ***/ -user_pref("browser.startup.page", 0); +user_pref("browser.startup.page", 3); /* 0103: set HOME+NEWWINDOW page * about:home=Firefox Home (default, see 0105), custom URL, about:blank * [SETTING] Home>New Windows and Tabs>Homepage and new windows ***/ |