aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-09-09 19:36:13 +0300
committerHenry Jameson <me@hjkos.com>2018-09-17 17:51:39 +0300
commit2db991fc7fb1eda11b94d585d3b56f9d94c81286 (patch)
tree64a2230035a31a3d4178cda4a9da01e4423f579d /src/App.js
parentf1c16327b696666f291d5fb2afdf4033cf9ef76d (diff)
some recategorization of options...
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.js b/src/App.js
index be6548f3..251fdfca 100644
--- a/src/App.js
+++ b/src/App.js
@@ -60,10 +60,10 @@ export default {
},
logo () { return this.$store.state.config.logo },
style () { return { 'background-image': `url(${this.background})` } },
- sitename () { return this.$store.state.config.name },
+ sitename () { return this.$store.state.interface.name },
chat () { return this.$store.state.chat.channel.state === 'joined' },
- suggestionsEnabled () { return this.$store.state.config.suggestionsEnabled },
- showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel }
+ suggestionsEnabled () { return this.$store.state.interface.suggestionsEnabled },
+ showInstanceSpecificPanel () { return this.$store.state.interface.showInstanceSpecificPanel }
},
methods: {
activatePanel (panelName) {