RoleColorEverywhere: Fix unneeded restart on setting change (#2899)

This commit is contained in:
lewisakura 2024-09-23 07:11:34 +01:00 committed by Nuckyz
parent d7cbe270e5
commit 5881716c57
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -61,8 +61,7 @@ const settings = definePluginSettings({
type: OptionType.SLIDER,
description: "Intensity of message coloring.",
markers: makeRange(0, 100, 10),
default: 30,
restartNeeded: true
default: 30
},
});