mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 03:27:25 -04:00
pw dialog: close popup before continue
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user