diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 20484c3e0..6e03b1440 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -384,8 +384,7 @@ ApplicationWindow dialog.open() } onSwapStarted: { - // swapdialog.close() - var progressdialog = swapProgressDialog.createObject(app, { swaphelper: swaphelper }) + var progressdialog = swapProgressDialog.createObject(app, { swaphelper: _swaphelper }) progressdialog.open() } }