diff options
author | lain <lain@soykaf.club> | 2018-04-26 07:06:32 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-04-26 07:06:32 +0200 |
commit | 3bad2b827a2e334faad824a3497ee8a77ebc2e74 (patch) | |
tree | 8879f98816835855ad1b9b7f9866b619a38fdc14 | |
parent | a7eb148d6100d20e19a33cb1c1132657b8a9ada1 (diff) | |
download | pleroma-3bad2b827a2e334faad824a3497ee8a77ebc2e74.tar.gz |
Resurrect instance specific panel.
-rw-r--r-- | priv/static/static/config.json | 2 |
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 } |