From 38f3542b5e49a82686c1470a623b29d8db572db2 Mon Sep 17 00:00:00 2001 From: Grzesiek11 Date: Fri, 2 Aug 2024 12:15:34 +0200 Subject: [PATCH] Remove restart requirement from lightness setting --- src/plugins/ircColors/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/ircColors/index.ts b/src/plugins/ircColors/index.ts index 23a6902ec..f71aed1ae 100644 --- a/src/plugins/ircColors/index.ts +++ b/src/plugins/ircColors/index.ts @@ -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, },