1
0

followup prev

This commit is contained in:
Sander van Grieken
2023-04-12 16:21:31 +02:00
parent 7a8e980712
commit f43cd7b278

View File

@@ -384,8 +384,7 @@ ApplicationWindow
dialog.open() dialog.open()
} }
onSwapStarted: { onSwapStarted: {
// swapdialog.close() var progressdialog = swapProgressDialog.createObject(app, { swaphelper: _swaphelper })
var progressdialog = swapProgressDialog.createObject(app, { swaphelper: swaphelper })
progressdialog.open() progressdialog.open()
} }
} }