mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: volume sliders
Fixed a typo that made a required property be undefined.
This commit is contained in:
parent
926139c232
commit
bb826ff54d
@ -90,7 +90,7 @@ async function edit(type) {
|
||||
},
|
||||
volume: {
|
||||
type: 'range',
|
||||
mim: 0,
|
||||
min: 0,
|
||||
max: 1,
|
||||
step: 0.05,
|
||||
textConverter: (v) => `${Math.floor(v * 100)}%`,
|
||||
|
Loading…
Reference in New Issue
Block a user