Browse Source

qml: SwapDialog ok button

master
Sander van Grieken 3 years ago
parent
commit
cb5a9e499f
  1. 4
      electrum/gui/qml/components/SwapDialog.qml

4
electrum/gui/qml/components/SwapDialog.qml

@ -186,8 +186,8 @@ ElDialog {
FlatButton { FlatButton {
Layout.columnSpan: 2 Layout.columnSpan: 2
Layout.fillWidth: true Layout.fillWidth: true
text: qsTr('Swap') text: qsTr('Ok')
icon.source: Qt.resolvedUrl('../../icons/update.png') icon.source: Qt.resolvedUrl('../../icons/confirmed.png')
enabled: swaphelper.valid enabled: swaphelper.valid
onClicked: swaphelper.executeSwap() onClicked: swaphelper.executeSwap()
} }

Loading…
Cancel
Save