some minor fixes and warnings cleanpu
This commit is contained in:
parent
b8b02cf144
commit
34449a7c61
4 changed files with 18 additions and 3 deletions
|
|
@ -259,12 +259,10 @@ const AppearanceTab = {
|
|||
return ['sidebar', 'content', ...notif]
|
||||
}
|
||||
},
|
||||
instanceSpecificPanelPresent () { return this.$store.state.instance.showInstanceSpecificPanel },
|
||||
instanceWallpaperUsed () {
|
||||
return this.$store.state.instance.background &&
|
||||
!this.$store.state.users.currentUser.background_image
|
||||
},
|
||||
instanceShoutboxPresent () { return this.$store.state.instance.shoutAvailable },
|
||||
language: {
|
||||
get: function () { return this.$store.getters.mergedConfig.interfaceLanguage },
|
||||
set: function (val) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue