cleanup
This commit is contained in:
parent
9a659a2f1f
commit
e7b11fdb85
1 changed files with 1 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ const QuickFilterSettings = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
...mapState(useUsersStore, ['loggedIn']),
|
||||||
...mapState(useMergedConfigStore, ['mergedConfig']),
|
...mapState(useMergedConfigStore, ['mergedConfig']),
|
||||||
...mapState(useInterfaceStore, {
|
...mapState(useInterfaceStore, {
|
||||||
mobileLayout: (state) => state.layoutType === 'mobile',
|
mobileLayout: (state) => state.layoutType === 'mobile',
|
||||||
|
|
@ -55,9 +56,6 @@ const QuickFilterSettings = {
|
||||||
return 'dropdown-item'
|
return 'dropdown-item'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
loggedIn() {
|
|
||||||
return !!useUsersStore().currentUser
|
|
||||||
},
|
|
||||||
replyVisibilitySelf: {
|
replyVisibilitySelf: {
|
||||||
get() {
|
get() {
|
||||||
return this.mergedConfig.replyVisibility === 'self'
|
return this.mergedConfig.replyVisibility === 'self'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue