added animated artwork quality, settings now uses approute

This commit is contained in:
booploops 2021-12-25 00:00:46 -08:00
parent 489340f237
commit 599a9130a9
4 changed files with 17 additions and 2 deletions

View file

@ -23,6 +23,7 @@ const configSchema = {
"scrollbars": 0, // 0 = show on hover, 2 = always hide, 3 = always show
"refresh_rate": 0,
"animated_artwork": "always", // 0 = always, 1 = limited, 2 = never
"animated_artwork_qualityLevel": 1,
"hw_acceleration": "default", // default, webgpu, disabled
"window_transparency": "default"
},