some fixes for touch, added edit tracklist to user playlists

added new i18n items
visual.window_background_style is now none by default
This commit is contained in:
booploops 2022-04-27 16:45:01 -07:00
parent 813fed4596
commit 9807c93995
7 changed files with 31 additions and 4 deletions

View file

@ -170,7 +170,7 @@ export class Store {
"styles": [],
"scrollbars": 0, // 0 = show on hover, 2 = always hide, 3 = always show
"refresh_rate": 0,
"window_background_style": "artwork", // "none", "artwork", "color"
"window_background_style": "none", // "none", "artwork", "color"
"animated_artwork": "limited", // 0 = always, 1 = limited, 2 = never
"animated_artwork_qualityLevel": 1,
"bg_artwork_rotation": false,