Skip to content
Snippets Groups Projects

New user option: Hide floating shoutbox

Merged eris requested to merge (removed):hideShoutbox into develop
All threads resolved!
Files
7
@@ -50,6 +50,7 @@ const GeneralTab = {
return this.$store.state.instance.background &&
!this.$store.state.users.currentUser.background_image
},
shout () { return this.$store.state.shout.channel.state === 'joined' },
...SharedComputedObject()
}
}
Loading