mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 05:02:04 -08:00
re-enable spellcheck
This commit is contained in:
parent
2c49465722
commit
1f3d37cb8a
1 changed files with 0 additions and 5 deletions
|
|
@ -169,8 +169,6 @@ defaultPref("privacy.popups.showBrowserMessage", false);
|
|||
defaultPref("browser.backspace_action", 2);
|
||||
defaultPref("reader.parse-on-load.enabled", false);
|
||||
defaultPref("ui.key.menuAccessKeyFocuses", false);
|
||||
defaultPref("layout.spellcheckDefault", 0);
|
||||
defaultPref("ui.SpellCheckerUnderlineStyle", 1);
|
||||
defaultPref("browser.bookmarks.max_backups", 0);
|
||||
defaultPref("browser.zoom.full", false);
|
||||
defaultPref("print.tab_modal.enabled", false);
|
||||
|
|
@ -737,6 +735,3 @@ defaultPref("extensions.blocklist.enabled", false);
|
|||
|
||||
// Force Firefox Devtools to open in a separate window.
|
||||
defaultPref("devtools.toolbox.host", "window");
|
||||
|
||||
// Disable spell check
|
||||
defaultPref("layout.spellcheckDefault", 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue