aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-02-06 04:21:06 +0000
committerShpuld Shpludson <shp@cock.li>2019-02-06 04:21:06 +0000
commit68e53602299823067f696c8f0bdcfcd3fc4339d7 (patch)
tree1332c8e3d755e93a75502c1fcb6d9735c8478605 /src/modules
parent3d337a239e9fc5f1ca84131fc1bed68b1db53178 (diff)
parente3da156162ce04d987935eeb4649f0aa51590cf2 (diff)
Merge branch 'fix/add-option-to-hide-features-panel' into 'develop'
Add option to hide features panel See merge request pleroma/pleroma-fe!529
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/config.js b/src/modules/config.js
index c9528f6f..526a7021 100644
--- a/src/modules/config.js
+++ b/src/modules/config.js
@@ -30,7 +30,8 @@ const defaultState = {
interfaceLanguage: browserLocale,
scopeCopy: undefined, // instance default
subjectLineBehavior: undefined, // instance default
- alwaysShowSubjectInput: undefined // instance default
+ alwaysShowSubjectInput: undefined, // instance default
+ showFeaturesPanel: true
}
const config = {