Skip to content

Commit

Permalink
drop down test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
latenighticecream committed Nov 13, 2022
1 parent 7858c1b commit 17a7291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function onWebcamDropDownClicked () {

function onWebcamDropDownItemSelected(item) {
console.log(item);
app.setVideoDeviceId(item.content.deviceId);
app.setVideoDeviceId(item.deviceId);
}

// start processing as soon as page is loaded
Expand Down

0 comments on commit 17a7291

Please sign in to comment.