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

@@ -15,6 +15,7 @@ const settings = {
root: "apiSettings",
port: "apiSettings.port",
},
customCSS: "customCSS",
disableBackgroundThrottle: "disableBackgroundThrottle",
disableHardwareMediaKeys: "disableHardwareMediaKeys",
enableCustomHotkeys: "enableCustomHotkeys",