From 5cf840b59a77bc28b463b63ee35943c1500ba35d Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:12:06 -0400 Subject: [PATCH] Restart Req --- src/plugins/platformIndicators/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platformIndicators/index.tsx b/src/plugins/platformIndicators/index.tsx index 526de858..5367bf00 100644 --- a/src/plugins/platformIndicators/index.tsx +++ b/src/plugins/platformIndicators/index.tsx @@ -307,7 +307,7 @@ export default definePlugin({ type: OptionType.BOOLEAN, description: "Use Vencords Console Icon", default: false, - restartNeeded: false, + restartNeeded: true, } } });