aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-14 13:47:49 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-14 13:47:49 +0200
commite9746cbfe618193ab580836643812e601ac4295a (patch)
treec0bbf8d14c7ffc86c71405129e0819f9f65dcdeb /src/config.js
parentdocs: add dayzlun as a contributor (#34) (diff)
downloadferdium-app-e9746cbfe618193ab580836643812e601ac4295a.tar.gz
ferdium-app-e9746cbfe618193ab580836643812e601ac4295a.tar.zst
ferdium-app-e9746cbfe618193ab580836643812e601ac4295a.zip
Implement #7
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 3e0000a57..66789f2a4 100644
--- a/src/config.js
+++ b/src/config.js
@@ -50,6 +50,7 @@ export const DEFAULT_APP_SETTINGS = {
50 isAppMuted: false, 50 isAppMuted: false,
51 enableGPUAcceleration: true, 51 enableGPUAcceleration: true,
52 serviceLimit: 5, 52 serviceLimit: 5,
53 autohideMenuBar: false,
53}; 54};
54 55
55export const DEFAULT_FEATURES_CONFIG = { 56export const DEFAULT_FEATURES_CONFIG = {