Skip to content

Commit

Permalink
fixup warnOnQuitShortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants committed Nov 23, 2021
1 parent cbfb8ab commit 6027aaa
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 @@ -1365,7 +1365,7 @@ user_pref("browser.startup.homepage_override.mstone", "ignore"); // master switc
// user_pref("browser.tabs.warnOnClose", false); // [DEFAULT false FF94+]
// user_pref("browser.tabs.warnOnCloseOtherTabs", false);
// user_pref("browser.tabs.warnOnOpen", false);
// user_pref("browser.tabs.warnOnQuitShortcut", false); // [FF94+]
// user_pref("browser.warnOnQuitShortcut", false); // [FF94+]
// user_pref("full-screen-api.warning.delay", 0);
// user_pref("full-screen-api.warning.timeout", 0);
/* APPEARANCE ***/
Expand Down

0 comments on commit 6027aaa

Please sign in to comment.