Skip to content
Snippets Groups Projects
Unverified Commit 806a80a1 authored by Johann150's avatar Johann150
Browse files

fix: volume sliders

Fixed a typo that made a required property be undefined.
parent 450076cf
No related branches found
No related tags found
No related merge requests found
......@@ -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)}%`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment