Revert WhoReacted Setting

This commit is contained in:
thororen1234 2025-03-02 16:18:57 -05:00
parent c46476ea10
commit 4693e0dbca
No known key found for this signature in database

View file

@ -102,7 +102,7 @@ const settings = definePluginSettings({
avatarClick: {
description: "Toggle clicking avatars in reactions",
type: OptionType.BOOLEAN,
default: true,
default: false,
restartNeeded: true
}
});