firefox: reduce motion, update ui.textScaleFactor comment

This commit is contained in:
Aminda Suomalainen 2025-03-29 08:18:03 +02:00
parent c1c36d1dd0
commit 8a18df8cb9
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -1055,12 +1055,18 @@
"Type": "boolean", "Type": "boolean",
"Value": true "Value": true
}, },
"ui.prefersReducedMotion": {
"Comment": "0 for full animation, 1 for reduced motion",
"Status": "locked",
"Type": "number",
"Value": 1
},
"ui.systemUsesDarkTheme": { "ui.systemUsesDarkTheme": {
"Comment": "Another theme option that should be let to system, thus clear.", "Comment": "Another theme option that should be let to system, thus clear.",
"Status": "clear" "Status": "clear"
}, },
"ui.textScaleFactor": { "ui.textScaleFactor": {
"Comment": "Use this instead of layout.css.devPixelsPerPx", "Comment": "Use this instead of layout.css.devPixelsPerPx. Then zoom 120 % seems great.",
"Status": "default", "Status": "default",
"Type": "number", "Type": "number",
"Value": 90 "Value": 90