From f43cd7b2785fd8985fa21829074a0b66b51b218f Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Wed, 12 Apr 2023 16:21:31 +0200 Subject: [PATCH] followup prev --- electrum/gui/qml/components/main.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() } }