From 6e8ed2b866b5e49dd8aa730eaf9f3ce06bafc279 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:53:54 -0400 Subject: [PATCH] Final Push For Now --- src/plugins/alwaysExpandRoles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/alwaysExpandRoles/index.ts b/src/plugins/alwaysExpandRoles/index.ts index 9f09ec7c..cdaad18f 100644 --- a/src/plugins/alwaysExpandRoles/index.ts +++ b/src/plugins/alwaysExpandRoles/index.ts @@ -28,6 +28,7 @@ const settings = definePluginSettings({ type: OptionType.BOOLEAN, default: false, description: "Hide Arrow", + restartNeeded: true }, });