1
0
Fork 1
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:
Grzesiek11 2024-08-02 12:15:34 +02:00
parent d052eb5a4c
commit 38f3542b5e
No known key found for this signature in database
GPG key ID: 4A5445FB68CDB5C4

View file

@ -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,
}, },