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: {
|
||||
description: "Volume Multiplier",
|
||||
type: OptionType.SLIDER,
|
||||
markers: makeRange(1, 5, 1),
|
||||
markers: makeRange(1, 5, 0.5),
|
||||
default: 2,
|
||||
stickToMarkers: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue