This commit is contained in:
Henry Jameson 2020-11-01 16:44:57 +02:00
parent 994b49ddfe
commit 8b1213ea1e
7 changed files with 41 additions and 40 deletions

View file

@ -69,7 +69,7 @@ export default {
hideSitename () { return this.$store.state.instance.hideSitename },
logoLeft () { return this.$store.state.instance.logoLeft },
currentUser () { return this.$store.state.users.currentUser },
privateMode () { return this.$store.state.instance.private },
privateMode () { return this.$store.state.instance.private }
},
methods: {
scrollToTop () {
@ -84,6 +84,6 @@ export default {
},
openSettingsModal () {
this.$store.dispatch('openSettingsModal')
},
}
}
}