mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-08 19:06:38 +00:00
chore: Disable multilingual dictionary download
This commit is contained in:
@@ -16,6 +16,9 @@ pref("browser.tabs.cardPreview.delayMs", 100);
|
|||||||
pref("devtools.debugger.prompt-connection", false);
|
pref("devtools.debugger.prompt-connection", false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Dont download the multilingual dictionary
|
||||||
|
pref("intl.multilingual.downloadEnabled", false);
|
||||||
|
|
||||||
// Theme
|
// Theme
|
||||||
pref('toolkit.legacyUserProfileCustomizations.stylesheets', true);
|
pref('toolkit.legacyUserProfileCustomizations.stylesheets', true);
|
||||||
pref('browser.compactmode.show', true);
|
pref('browser.compactmode.show', true);
|
||||||
|
Reference in New Issue
Block a user