qml: refactor qr scan to qt6
As the method of capturing frames is totally different, the animation when a QR is found has been removed.
This commit is contained in:
@@ -478,6 +478,7 @@ ApplicationWindow
|
||||
if (activeDialogs.length > 0) {
|
||||
var activeDialog = activeDialogs[activeDialogs.length - 1]
|
||||
if (activeDialog.allowClose) {
|
||||
console.log('main: dialog.doClose')
|
||||
activeDialog.doClose()
|
||||
} else {
|
||||
console.log('dialog disallowed close')
|
||||
|
||||
Reference in New Issue
Block a user