mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
HideAttachments setStyle enabled property based upon if any hidden messages exist
This commit is contained in:
parent
55090b76cd
commit
dfe43a4cba
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ export default definePlugin({
|
|||
color: var(--text-muted);
|
||||
font-size: 80%;
|
||||
}
|
||||
`
|
||||
`,
|
||||
enabled: hiddenMessages.size > 0
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue