diff options
| author | Henry Jameson <me@hjkos.com> | 2019-03-03 15:15:41 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-03-03 15:45:17 +0200 |
| commit | 6184c88ac70b33e66a87222142344f693406bd87 (patch) | |
| tree | 4923d127fd9eccedde1c0029d01a6e8e745b2e66 /static/config.json | |
| parent | cef0306428273d0786732e19e443d76a6b3e1ccd (diff) | |
Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 3 |
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 } |
