mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-24 02:23:45 +01:00
pw dialog: close popup before continue
This commit is contained in:
parent
86772bee52
commit
de635cb24f
@ -143,8 +143,8 @@ Window {
|
||||
text: qsTr("Cancel")
|
||||
KeyNavigation.tab: passwordInput
|
||||
onClicked: {
|
||||
root.rejected()
|
||||
root.close()
|
||||
root.rejected()
|
||||
}
|
||||
}
|
||||
MoneroComponents.StandardButton {
|
||||
@ -158,8 +158,8 @@ Window {
|
||||
text: qsTr("Ok")
|
||||
KeyNavigation.tab: cancelButton
|
||||
onClicked: {
|
||||
root.accepted()
|
||||
root.close()
|
||||
root.accepted()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user