1
0

Revert "qml: add busy property and guards around swaphelper"

This reverts commit 5d350184a4.
This commit is contained in:
Sander van Grieken
2023-04-12 12:17:08 +02:00
parent 2e70776a72
commit 51356dff18
2 changed files with 1 additions and 23 deletions

View File

@@ -242,7 +242,7 @@ ElDialog {
Layout.fillWidth: true
text: qsTr('Ok')
icon.source: Qt.resolvedUrl('../../icons/confirmed.png')
enabled: swaphelper.valid && !swaphelper.busy
enabled: swaphelper.valid
onClicked: {
console.log('Swap triggered from dialog ' + this + ' using swaphelper ' + swaphelper)
swaphelper.executeSwap()