aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-03-03 15:15:41 +0200
committerHenry Jameson <me@hjkos.com>2019-03-03 15:45:17 +0200
commit6184c88ac70b33e66a87222142344f693406bd87 (patch)
tree4923d127fd9eccedde1c0029d01a6e8e745b2e66 /static
parentcef0306428273d0786732e19e443d76a6b3e1ccd (diff)
Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
Diffstat (limited to 'static')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 533a5b08..b436daae 100644
--- a/static/config.json
+++ b/static/config.json
@@ -21,5 +21,6 @@
"webPushNotifications": false,
"noAttachmentLinks": false,
"nsfwCensorImage": "",
- "showFeaturesPanel": true
+ "showFeaturesPanel": true,
+ "minimalScopesMode": false
}