8956a35 Fix for tx confirm password not showing up
8956a35
@ -1111,6 +1111,9 @@ ApplicationWindow {
PasswordDialog {
id: transactionConfirmationPasswordDialog
z: parent.z + 1
visible:false
anchors.fill: parent
property var onAcceptedCallback
property var onRejectedCallback
onAccepted: {
The note is not visible to the blocked user.