hide shoutbox in chats
This commit is contained in:
parent
7fae7ad9b6
commit
d0956b9ade
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ export default {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
hideShoutbox() {
|
hideShoutbox() {
|
||||||
return useMergedConfigStore().mergedConfig.hideShoutbox
|
return this.isChats || useMergedConfigStore().mergedConfig.hideShoutbox
|
||||||
},
|
},
|
||||||
reverseLayout() {
|
reverseLayout() {
|
||||||
const { thirdColumnMode, sidebarRight: reverseSetting } =
|
const { thirdColumnMode, sidebarRight: reverseSetting } =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue