added accent color and window color tinting
- rearranged some of visual tab in settings - added advanced section to visual
This commit is contained in:
parent
11586b251c
commit
d0c2d6d36e
7 changed files with 156 additions and 91 deletions
|
@ -205,7 +205,10 @@ export class Store {
|
|||
},
|
||||
"windowControlPosition": 0, // 0 default right
|
||||
"nativeTitleBar": false,
|
||||
"uiScale": 1.0
|
||||
"uiScale": 1.0,
|
||||
"windowColor": "#000000",
|
||||
"customAccentColor": false,
|
||||
"accentColor": "#fc3c44"
|
||||
},
|
||||
"lyrics": {
|
||||
"enable_mxm": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue