diff --git a/electrum/gui/qml/components/SwapDialog.qml b/electrum/gui/qml/components/SwapDialog.qml index a0ab14cd3..126b602b0 100644 --- a/electrum/gui/qml/components/SwapDialog.qml +++ b/electrum/gui/qml/components/SwapDialog.qml @@ -261,6 +261,7 @@ ElDialog { FlatButton { text: qsTr('Choose swap provider') enabled: _swaphelper.state != SwapHelper.Initializing + && _swaphelper.state != SwapHelper.Started && _swaphelper.state != SwapHelper.Success && _swaphelper.availableSwapServers.count onClicked: {