forked from AkkomaGang/akkoma-fe
Update App.js
This commit is contained in:
parent
5dd4631860
commit
f23940a153
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default {
|
||||||
style () { return { 'background-image': `url(${this.background})` } },
|
style () { return { 'background-image': `url(${this.background})` } },
|
||||||
sitename () { return this.$store.state.config.name },
|
sitename () { return this.$store.state.config.name },
|
||||||
chat () { return this.$store.state.chat.channel.state === 'joined' },
|
chat () { return this.$store.state.chat.channel.state === 'joined' },
|
||||||
showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel}
|
showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel }
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
activatePanel (panelName) {
|
activatePanel (panelName) {
|
||||||
|
|
Loading…
Reference in a new issue