diff --git a/src/plugins/volumeBooster/index.ts b/src/plugins/volumeBooster/index.ts index 664a59dd..81dcf663 100644 --- a/src/plugins/volumeBooster/index.ts +++ b/src/plugins/volumeBooster/index.ts @@ -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, }