Skip to content

Commit

Permalink
Fix SDR slider not working
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos authored Oct 7, 2024
1 parent 26853fc commit e7526d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HDRSliders.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export default function HDRSliders(props) {
)
}

function setSDRBrightness(monitor, code, value) {
function setSDRBrightness(monitor, value) {
window.dispatchEvent(new CustomEvent("set-sdr-brightness", {
detail: {
monitor,
value
}
}))
}
}

0 comments on commit e7526d2

Please sign in to comment.