Added show user info variable to the cfg
This commit is contained in:
parent
5c9b913cdb
commit
d1e6ba2ebc
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
@ -62,7 +62,8 @@ const configDefaults = {
|
||||||
"animated_artwork_qualityLevel": 1,
|
"animated_artwork_qualityLevel": 1,
|
||||||
"bg_artwork_rotation": false,
|
"bg_artwork_rotation": false,
|
||||||
"hw_acceleration": "default", // default, webgpu, disabled
|
"hw_acceleration": "default", // default, webgpu, disabled
|
||||||
"videoRes": 720
|
"videoRes": 720,
|
||||||
|
"showuserinfo": true
|
||||||
},
|
},
|
||||||
"lyrics": {
|
"lyrics": {
|
||||||
"enable_mxm": false,
|
"enable_mxm": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue