mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Prefer Button Over Dropdown By Default
This commit is contained in:
parent
bdf4025191
commit
5f272bd5a0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue