mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
Remove restart requirement from lightness setting
This commit is contained in:
parent
d052eb5a4c
commit
38f3542b5e
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ function calculateNameColorForUser(id: bigint) {
|
||||||
|
|
||||||
const settings = definePluginSettings({
|
const settings = definePluginSettings({
|
||||||
lightness: {
|
lightness: {
|
||||||
description: "Lightness, in %. Change if the colors are too light or too dark.",
|
description: "Lightness, in %. Change if the colors are too light or too dark. Reopen the chat to apply.",
|
||||||
restartNeeded: true,
|
|
||||||
type: OptionType.NUMBER,
|
type: OptionType.NUMBER,
|
||||||
default: 70,
|
default: 70,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue