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:
@@ -186,6 +186,14 @@ ApplicationWindow
|
||||
}
|
||||
}
|
||||
|
||||
property alias genericShareDialog: _genericShareDialog
|
||||
Component {
|
||||
id: _genericShareDialog
|
||||
GenericShareDialog {
|
||||
onClosed: destroy()
|
||||
}
|
||||
}
|
||||
|
||||
property alias channelOpenProgressDialog: _channelOpenProgressDialog
|
||||
ChannelOpenProgressDialog {
|
||||
id: _channelOpenProgressDialog
|
||||
|
||||
Reference in New Issue
Block a user