fix typo (the error was silent)
This commit is contained in:
@@ -139,7 +139,7 @@ Pane {
|
|||||||
FlatButton {
|
FlatButton {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 1
|
Layout.preferredWidth: 1
|
||||||
enabled: Daemon.currentWallet.confirmedBalance.satInt > 0
|
enabled: Daemon.currentWallet.confirmedBalance.satsInt > 0
|
||||||
text: qsTr('Open Channel')
|
text: qsTr('Open Channel')
|
||||||
onClicked: {
|
onClicked: {
|
||||||
var dialog = openChannelDialog.createObject(root)
|
var dialog = openChannelDialog.createObject(root)
|
||||||
|
|||||||
Reference in New Issue
Block a user