Stretch the wavesurfer waveform to the full height (#1962)

* Stretch the wavesurfer waveform to the full height

* Add waveform stretch setting
This commit is contained in:
Mitch Ray
2026-04-28 13:28:03 +10:00
committed by GitHub
parent 053b78a3fd
commit fcc69980e4
4 changed files with 31 additions and 1 deletions
+2
View File
@@ -306,6 +306,7 @@ const PlayerbarSliderSchema = z.object({
barRadius: z.number(),
barWidth: z.number(),
loadingDelay: z.number(),
stretched: z.boolean(),
type: PlayerbarSliderTypeSchema,
});
@@ -1152,6 +1153,7 @@ const initialState: SettingsState = {
barRadius: 4,
barWidth: 2,
loadingDelay: 2,
stretched: false,
type: PlayerbarSliderType.SLIDER,
},
playerItems,