VolumeBooster: make multiplier option more flexible (#3656)
This commit is contained in:
parent
b225f2ec6c
commit
a4e1d026ea
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const settings = definePluginSettings({
|
||||||
multiplier: {
|
multiplier: {
|
||||||
description: "Volume Multiplier",
|
description: "Volume Multiplier",
|
||||||
type: OptionType.SLIDER,
|
type: OptionType.SLIDER,
|
||||||
markers: makeRange(1, 5, 1),
|
markers: makeRange(1, 5, 0.5),
|
||||||
default: 2,
|
default: 2,
|
||||||
stickToMarkers: true,
|
stickToMarkers: true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue