added option to disable artwork bg, changes to settings style, fixed selects size on settings
This commit is contained in:
parent
e57fc2528d
commit
2f3e477ce5
5 changed files with 192 additions and 123 deletions
|
@ -54,6 +54,7 @@ export class ConfigStore {
|
|||
"theme": "",
|
||||
"scrollbars": 0, // 0 = show on hover, 2 = always hide, 3 = always show
|
||||
"refresh_rate": 0,
|
||||
"window_background_style": "artwork", // "none", "artwork", "color"
|
||||
"animated_artwork": "limited", // 0 = always, 1 = limited, 2 = never
|
||||
"animated_artwork_qualityLevel": 1,
|
||||
"bg_artwork_rotation": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue