We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b26c18 commit d2700dfCopy full SHA for d2700df
1 file changed
electrum/gui/qml/components/BalanceDetails.qml
@@ -214,7 +214,7 @@ Pane {
214
Layout.preferredWidth: 1
215
text: qsTr('Lightning swap');
216
visible: Daemon.currentWallet.isLightning
217
- enabled: Daemon.currentWallet.lightningCanSend.satsInt > 0 || Daemon.currentWallet.lightningCanReceive.satInt > 0
+ enabled: Daemon.currentWallet.lightningCanSend.satsInt > 0 || Daemon.currentWallet.lightningCanReceive.satsInt > 0
218
icon.source: Qt.resolvedUrl('../../icons/update.png')
219
onClicked: app.startSwap()
220
}
0 commit comments