mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #958
8956a35
Fix for tx confirm password not showing up
This commit is contained in:
commit
da020fd0be
1 changed files with 3 additions and 0 deletions
3
main.qml
3
main.qml
|
@ -1111,6 +1111,9 @@ ApplicationWindow {
|
|||
|
||||
PasswordDialog {
|
||||
id: transactionConfirmationPasswordDialog
|
||||
z: parent.z + 1
|
||||
visible:false
|
||||
anchors.fill: parent
|
||||
property var onAcceptedCallback
|
||||
property var onRejectedCallback
|
||||
onAccepted: {
|
||||
|
|
Loading…
Reference in a new issue