1
0

qml: enable send for watch-only wallets, show raw tx dialog after finalizing

also use QEAMount setters in qetxfinalizer instead of re-instantiating
This commit is contained in:
Sander van Grieken
2022-08-15 13:40:20 +02:00
parent 6190498dfc
commit 46d3aa4515
6 changed files with 35 additions and 9 deletions

View File

@@ -186,6 +186,14 @@ ApplicationWindow
}
}
property alias genericShareDialog: _genericShareDialog
Component {
id: _genericShareDialog
GenericShareDialog {
onClosed: destroy()
}
}
property alias channelOpenProgressDialog: _channelOpenProgressDialog
ChannelOpenProgressDialog {
id: _channelOpenProgressDialog