feat: added custom CSS settings. fixes #213

This commit is contained in:
2023-04-27 14:13:32 +02:00
parent fc6adc25ca
commit 07be74af9f
7 changed files with 26 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ const store = new Store({
apiSettings: {
port: 47836,
},
customCSS: "",
disableBackgroundThrottle: true,
disableHardwareMediaKeys: false,
enableCustomHotkeys: false,