mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Fix for tx confirm password not showing up
This commit is contained in:
parent
aa432e5e44
commit
8956a35aae
1 changed files with 3 additions and 0 deletions
3
main.qml
3
main.qml
|
@ -1111,6 +1111,9 @@ ApplicationWindow {
|
||||||
|
|
||||||
PasswordDialog {
|
PasswordDialog {
|
||||||
id: transactionConfirmationPasswordDialog
|
id: transactionConfirmationPasswordDialog
|
||||||
|
z: parent.z + 1
|
||||||
|
visible:false
|
||||||
|
anchors.fill: parent
|
||||||
property var onAcceptedCallback
|
property var onAcceptedCallback
|
||||||
property var onRejectedCallback
|
property var onRejectedCallback
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
|
|
Loading…
Reference in a new issue