aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-04-26 07:06:32 +0200
committerlain <lain@soykaf.club>2018-04-26 07:06:32 +0200
commit3bad2b827a2e334faad824a3497ee8a77ebc2e74 (patch)
tree8879f98816835855ad1b9b7f9866b619a38fdc14
parenta7eb148d6100d20e19a33cb1c1132657b8a9ada1 (diff)
downloadpleroma-3bad2b827a2e334faad824a3497ee8a77ebc2e74.tar.gz
Resurrect instance specific panel.
-rw-r--r--priv/static/static/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/static/static/config.json b/priv/static/static/config.json
index 9863ec024..797f03377 100644
--- a/priv/static/static/config.json
+++ b/priv/static/static/config.json
@@ -4,5 +4,5 @@
"logo": "/static/logo.png",
"defaultPath": "/main/all",
"chatDisabled": false,
- "showInstanceSpecificPanel": false
+ "showInstanceSpecificPanel": true
}