Skip to content

Commit

Permalink
Enables project notes (start page) (#52)
Browse files Browse the repository at this point in the history
This is to show (by default) update notifications, and allow users to check changelog.

Co-authored-by: Samuel FORESTIER <[email protected]>
  • Loading branch information
boredsquirrel and HorlogeSkynet authored Jul 9, 2024
1 parent ebeb8cf commit c6fef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ user_pref("browser.aboutConfig.showWarning", false);
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
/* 0102: set START page [SETUP-CHROME]
* [SETTING] General > Thunderbird Start Page ***/
user_pref("mailnews.start_page.enabled", false);
// user_pref("mailnews.start_page.enabled", false);
/* 0104: set NEWTAB page
* true=? (default), false=blank page ***/
user_pref("browser.newtabpage.enabled", false);
Expand Down

0 comments on commit c6fef13

Please sign in to comment.