1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-28 03:09:36 +02:00

4600: add missing version section

This commit is contained in:
Thorin-Oakenpants 2020-08-04 10:18:29 +00:00 committed by GitHub
parent 8c2bcc0352
commit 0f6957bbd4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1607,6 +1607,7 @@ user_pref("ui.systemUsesDarkTheme", 0); // [HIDDEN PREF]
// 4617: enforce prefers-reduced-motion as no-preference [FF63+] [RESTART]
// 0=no-preference, 1=reduce
user_pref("ui.prefersReducedMotion", 0); // [HIDDEN PREF]
// FF80+
// 4618: limit font visbility (non-ANDROID) [FF79+]
// Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts, see [1]
// 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts