aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-11 19:30:03 +0100
committerLibravatar GitHub <noreply@github.com>2017-11-11 19:30:03 +0100
commit0643ceed47d4ffa3aae1ec559af584b575024947 (patch)
tree6c114cdb1d5f7aec869e8b254ed1dfb2ba03b13f /src/config.js
parentMerge pull request #255 from meetfranz/feature/117-disable-gpu (diff)
parentslightly reduce tab height (diff)
downloadferdium-app-0643ceed47d4ffa3aae1ec559af584b575024947.tar.gz
ferdium-app-0643ceed47d4ffa3aae1ec559af584b575024947.tar.zst
ferdium-app-0643ceed47d4ffa3aae1ec559af584b575024947.zip
Merge pull request #252 from meetfranz/feature/mute-service
[WIP] Mute services
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 868c0cdf1..1627993f5 100644
--- a/src/config.js
+++ b/src/config.js
@@ -13,4 +13,5 @@ export const DEFAULT_APP_SETTINGS = {
13 showDisabledServices: true, 13 showDisabledServices: true,
14 locale: 'en-US', 14 locale: 'en-US',
15 beta: false, 15 beta: false,
16 isAppMuted: false,
16}; 17};