Added show user info variable to the cfg
This commit is contained in:
parent
d0ca81cd1e
commit
86b86ddd19
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ export class ConfigStore {
|
|||
"animated_artwork": "limited", // 0 = always, 1 = limited, 2 = never
|
||||
"animated_artwork_qualityLevel": 1,
|
||||
"bg_artwork_rotation": false,
|
||||
"hw_acceleration": "default" // default, webgpu, disabled
|
||||
"hw_acceleration": "default", // default, webgpu, disabled
|
||||
"showuserinfo": true
|
||||
},
|
||||
"lyrics": {
|
||||
"enable_mxm": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue