Skip to content

Commit 914c278

Browse files
committed
disable local camera
1 parent 160e2eb commit 914c278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets_js_bitrequest_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5211,7 +5211,7 @@ function ln_connect(gets) {
52115211

52125212
// Initializes the QR scanner, checking if it's in an iframe and if a camera is available
52135213
function init_scan() {
5214-
if (glob_inframe === true) {
5214+
if (glob_inframe || glob_local) {
52155215
glob_hascam = false;
52165216
return
52175217
}

0 commit comments

Comments
 (0)