mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-29 00:14:23 -04:00
Make ShowGradient's Default False
This commit is contained in:
parent
24787d33ce
commit
d100c6c786
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ const settings = definePluginSettings({
|
||||||
},
|
},
|
||||||
showGradient: {
|
showGradient: {
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
default: true,
|
default: false,
|
||||||
description: "Whether to show gradient for suffix",
|
description: "Whether to show gradient for suffix",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue