diff options
| author | Henry Jameson <me@hjkos.com> | 2018-09-09 21:21:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-09-17 17:51:39 +0300 |
| commit | 82fa5d08c4f441fa9df20edab214b99ecb7776b3 (patch) | |
| tree | 019ea9955fbe3cd208b65beb7a4abd4339bde23d /src/App.js | |
| parent | 2db991fc7fb1eda11b94d585d3b56f9d94c81286 (diff) | |
more refactoring
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.interface.name }, + sitename () { return this.$store.state.instance.name }, chat () { return this.$store.state.chat.channel.state === 'joined' }, - suggestionsEnabled () { return this.$store.state.interface.suggestionsEnabled }, - showInstanceSpecificPanel () { return this.$store.state.interface.showInstanceSpecificPanel } + suggestionsEnabled () { return this.$store.state.instance.suggestionsEnabled }, + showInstanceSpecificPanel () { return this.$store.state.instance.showInstanceSpecificPanel } }, methods: { activatePanel (panelName) { |
