mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04: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: {
|
preferButtonOverDropdown: {
|
||||||
description: "Show a button next to the roles instead of dropdown",
|
description: "Show a button next to the roles instead of dropdown",
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
default: false,
|
default: true,
|
||||||
restartNeeded: true
|
restartNeeded: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -57,7 +57,7 @@ export const settings = definePluginSettings({
|
||||||
preferButtonOverDropdown: {
|
preferButtonOverDropdown: {
|
||||||
description: "Show a button instead of dropdown to view reviews",
|
description: "Show a button instead of dropdown to view reviews",
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
default: false,
|
default: true,
|
||||||
restartNeeded: true
|
restartNeeded: true
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue