fix: customCSS default value was still a string, causing new users to have settings issues

This commit is contained in:
Rick van Lieshout 2023-05-18 17:56:45 +02:00
parent a7dee5c2c9
commit 194de286c8

View File

@ -13,7 +13,7 @@ export const settingsStore = new Store({
apiSettings: {
port: 47836,
},
customCSS: "",
customCSS: [],
disableBackgroundThrottle: true,
disableHardwareMediaKeys: false,
enableCustomHotkeys: false,