1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-19 13:37:13 +01:00

Fix for tx confirm password not showing up

This commit is contained in:
stoffu 2017-11-16 12:25:05 +09:00
parent aa432e5e44
commit 8956a35aae
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012

View File

@ -1111,6 +1111,9 @@ ApplicationWindow {
PasswordDialog {
id: transactionConfirmationPasswordDialog
z: parent.z + 1
visible:false
anchors.fill: parent
property var onAcceptedCallback
property var onRejectedCallback
onAccepted: {