changed element type to confirm container deletion from MessageDialog to PopupWithQuestion

- fixed "back" button availability for readonly servers
This commit is contained in:
vladimir.kuznetsov 2023-01-27 18:37:08 +03:00
parent 051a2a3ef2
commit da47054497
5 changed files with 18 additions and 35 deletions

View file

@ -232,18 +232,6 @@ Window {
}
}
MessageDialog {
id: closePrompt
// x: (root.width - width) / 2
// y: (root.height - height) / 2
title: qsTr("Exit")
text: qsTr("Do you really want to quit?")
// standardButtons: StandardButton.Yes | StandardButton.No
// onYesClicked: {
// Qt.quit()
// }
visible: false
}
MessageDialog {
id: publicKeyWarning
title: "AmneziaVPN"