1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-26 01:06:24 +00:00

MessageLogger: Make collapseDeleted require a restart (#2923)

This commit is contained in:
jamesbt365 2025-01-24 23:46:47 +00:00 committed by GitHub
parent e45b867ff0
commit 7ee70e831a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -211,7 +211,8 @@ export default definePlugin({
collapseDeleted: {
type: OptionType.BOOLEAN,
description: "Whether to collapse deleted messages, similar to blocked messages",
default: false
default: false,
restartNeeded: true,
},
logEdits: {
type: OptionType.BOOLEAN,