This commit is contained in:
verticalsync 2024-08-29 13:23:03 +03:00
parent c9f18d11b0
commit 09c7176036
No known key found for this signature in database
GPG key ID: C2BC9F32343245E1

View file

@ -60,12 +60,6 @@ export const settings = definePluginSettings({
description: "Whether the permissions dropdown on user popouts should be open by default", description: "Whether the permissions dropdown on user popouts should be open by default",
type: OptionType.BOOLEAN, type: OptionType.BOOLEAN,
default: false, default: false,
},
preferButtonOverDropdown: {
description: "Show a button next to the roles instead of dropdown",
type: OptionType.BOOLEAN,
default: true,
restartNeeded: true
} }
}); });