mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +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({
|
||||
lightness: {
|
||||
description: "Lightness, in %. Change if the colors are too light or too dark.",
|
||||
restartNeeded: true,
|
||||
description: "Lightness, in %. Change if the colors are too light or too dark. Reopen the chat to apply.",
|
||||
type: OptionType.NUMBER,
|
||||
default: 70,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue