RoleColorEverywhere: Fix unneeded restart on setting change (#2899)
This commit is contained in:
parent
d7cbe270e5
commit
5881716c57
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ const settings = definePluginSettings({
|
||||||
type: OptionType.SLIDER,
|
type: OptionType.SLIDER,
|
||||||
description: "Intensity of message coloring.",
|
description: "Intensity of message coloring.",
|
||||||
markers: makeRange(0, 100, 10),
|
markers: makeRange(0, 100, 10),
|
||||||
default: 30,
|
default: 30
|
||||||
restartNeeded: true
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue