1
0

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:
Sander van Grieken
2023-07-19 14:13:10 +02:00
parent 65d41ccc49
commit a77ff9943a
9 changed files with 205 additions and 209 deletions

View File

@@ -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')