Skip to content

Commit

Permalink
0101: cleanup laterrun #434
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored May 29, 2018
1 parent a62c0dc commit 369ed96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down

0 comments on commit 369ed96

Please sign in to comment.