mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 13:07:26 -04:00
Fix for tx confirm password not showing up
This commit is contained in:
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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user