From 09c7176036c23fe0116864c67851d0e828727e76 Mon Sep 17 00:00:00 2001 From: verticalsync <60797172+verticalsync@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:23:03 +0300 Subject: [PATCH] i forgor --- src/plugins/permissionsViewer/index.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/plugins/permissionsViewer/index.tsx b/src/plugins/permissionsViewer/index.tsx index 3e15dc70..7c3967a3 100644 --- a/src/plugins/permissionsViewer/index.tsx +++ b/src/plugins/permissionsViewer/index.tsx @@ -60,12 +60,6 @@ export const settings = definePluginSettings({ description: "Whether the permissions dropdown on user popouts should be open by default", type: OptionType.BOOLEAN, default: false, - }, - preferButtonOverDropdown: { - description: "Show a button next to the roles instead of dropdown", - type: OptionType.BOOLEAN, - default: true, - restartNeeded: true } });