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 } });