Rearranged settings, moved more stuff to filtering where apllicable.

Changed how filering works.
This commit is contained in:
Henry Jameson 2021-06-08 16:14:01 +03:00
parent 2725a0c639
commit b87a9d6675
10 changed files with 267 additions and 210 deletions

View file

@ -48,10 +48,9 @@ const TimelineQuickSettings = {
}
},
hideMutedPosts: {
get () { return this.mergedConfig.hideMutedPosts || this.mergedConfig.hideFilteredStatuses },
get () { return this.mergedConfig.hideFilteredStatuses },
set () {
const value = !this.hideMutedPosts
this.$store.dispatch('setOption', { name: 'hideMutedPosts', value })
this.$store.dispatch('setOption', { name: 'hideFilteredStatuses', value })
}
}