Prefer Button Over Dropdown By Default

This commit is contained in:
thororen1234 2024-07-28 23:51:06 -04:00
parent bdf4025191
commit 5f272bd5a0
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ export const settings = definePluginSettings({
preferButtonOverDropdown: {
description: "Show a button next to the roles instead of dropdown",
type: OptionType.BOOLEAN,
default: false,
default: true,
restartNeeded: true
}
});

View file

@ -57,7 +57,7 @@ export const settings = definePluginSettings({
preferButtonOverDropdown: {
description: "Show a button instead of dropdown to view reviews",
type: OptionType.BOOLEAN,
default: false,
default: true,
restartNeeded: true
},
buttons: {