From 4693e0dbca794aa6917ef95b8ee726ba264a4e6e Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:18:57 -0500 Subject: [PATCH] Revert WhoReacted Setting --- src/plugins/whoReacted/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/whoReacted/index.tsx b/src/plugins/whoReacted/index.tsx index 8f1f740c..e63cf5aa 100644 --- a/src/plugins/whoReacted/index.tsx +++ b/src/plugins/whoReacted/index.tsx @@ -102,7 +102,7 @@ const settings = definePluginSettings({ avatarClick: { description: "Toggle clicking avatars in reactions", type: OptionType.BOOLEAN, - default: true, + default: false, restartNeeded: true } });