mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-06 17:47:25 -04:00
Merge pull request #2861
4b0dcb9 StandardDialog: reset button text on close (selsta)
This commit is contained in:
@@ -90,6 +90,10 @@ Rectangle {
|
||||
|
||||
function close() {
|
||||
root.visible = false;
|
||||
// reset button text
|
||||
okButton.text = qsTr("OK")
|
||||
cancelButton.text = qsTr("Cancel")
|
||||
|
||||
closeCallback();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user