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

@@ -13,7 +13,7 @@ ElDialog {
title: ''
parent: Overlay.overlay
modal: true
standardButtons: Dialog.Ok
standardButtons: Dialog.Close
width: parent.width
height: parent.height
@@ -86,7 +86,6 @@ ElDialog {
onClicked: AppController.textToClipboard(dialog.text)
}
Button {
//enabled: false
text: qsTr('Share')
icon.source: '../../icons/share.png'
onClicked: {