1
0

qml: swap: disable choose provider button during active swap.

This commit is contained in:
Sander van Grieken
2025-08-04 12:56:46 +02:00
parent 6cf663a9b0
commit 9b1566705d

View File

@@ -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: {