mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-06 10:39:58 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user