1
0
Fork 0

0101: cleanup `laterrun` #434

This commit is contained in:
Thorin-Oakenpants 2018-05-29 16:09:02 +00:00 committed by GitHub
parent acc5a1c2df
commit 9b1cf28e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ user_pref("general.warnOnAboutConfig", false);
/*** 0100: STARTUP ***/
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
/* 0101: disable some startup options ***/
user_pref("browser.laterrun.enabled", false);
/* 0101: disable default browser check
* [SETTING] General>Startup>Always check if Firefox is your default browser ***/
user_pref("browser.shell.checkDefaultBrowser", false);
/* 0102: set start page (0=blank, 1=home, 2=last visited page, 3=resume previous session)
* [SETTING] General>Startup>When Firefox starts ***/