Update 'user.js'
This commit is contained in:
parent
29152b73ea
commit
1e51a29c07
2
user.js
2
user.js
|
@ -1659,7 +1659,7 @@ user_pref("ui.use_standins_for_native_colors", true);
|
||||||
// 0=light, 1=dark : This overrides your OS value
|
// 0=light, 1=dark : This overrides your OS value
|
||||||
user_pref("ui.systemUsesDarkTheme", 0); // [HIDDEN PREF]
|
user_pref("ui.systemUsesDarkTheme", 0); // [HIDDEN PREF]
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Limit font visbility (non-ANDROID) [FF79+]
|
// Limit font visibility (non-ANDROID) [FF79+]
|
||||||
// Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts
|
// Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts
|
||||||
// 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts
|
// 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts
|
||||||
// [NOTE] Bundled fonts are auto-allowed
|
// [NOTE] Bundled fonts are auto-allowed
|
||||||
|
|
Loading…
Reference in New Issue