mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-22 12:57:01 -04:00
[ReviewDB] hide blocked users (#1626)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
8b6c8bc0ec
commit
c96a1a9998
2 changed files with 9 additions and 1 deletions
|
@ -48,6 +48,11 @@ export const settings = definePluginSettings({
|
|||
description: "Hide timestamps on reviews",
|
||||
default: false,
|
||||
},
|
||||
hideBlockedUsers: {
|
||||
type: OptionType.BOOLEAN,
|
||||
description: "Hide reviews from blocked users",
|
||||
default: true,
|
||||
},
|
||||
website: {
|
||||
type: OptionType.COMPONENT,
|
||||
description: "ReviewDB website",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue