aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-12-01 19:34:01 -0500
committertaehoon <th.dev91@gmail.com>2019-12-11 10:14:30 -0500
commitd0c78989aa9e5f5142dbc09a8935c004a2050257 (patch)
treee6799f1ae2f58f63d92606a2bfe473ec4018221c /src/App.js
parentabb6747f43f7b903c9ffb643a713e8720938d2af (diff)
hide instance url/link/text in header using hideSitename option
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index 04a40e30..78ff29da 100644
--- a/src/App.js
+++ b/src/App.js
@@ -90,6 +90,7 @@ export default {
},
sitename () { return this.$store.state.instance.name },
chat () { return this.$store.state.chat.channel.state === 'joined' },
+ hideSitename () { return this.$store.state.instance.hideSitename },
suggestionsEnabled () { return this.$store.state.instance.suggestionsEnabled },
showInstanceSpecificPanel () {
return this.$store.state.instance.showInstanceSpecificPanel &&