diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:33 +0000 |
commit | 84d7f74bde759e2777a2f3c2b2cf34fcbb5bc814 (patch) | |
tree | 15ab37ce98720b3ce0da95df3463c392c61fbae8 | |
parent | user.js: Disabling smooth scrolling. (diff) | |
download | firefox-84d7f74bde759e2777a2f3c2b2cf34fcbb5bc814.tar.xz firefox-84d7f74bde759e2777a2f3c2b2cf34fcbb5bc814.zip |
user.js: Disabling spellcheck.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/pref/user.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index bdfcae3b54..22bbd95e79 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1058,3 +1058,5 @@ user_pref("general.smoothScroll.pages", false); user_pref("general.smoothScroll.pixels", false); user_pref("general.smoothScroll.scrollbars", false); user_pref("toolkit.scrollbox.smoothScroll", false); + +user_pref("layout.spellcheckDefault", 0); |