added a button to cancel installation if the package manager on the server is busy

This commit is contained in:
vladimir.kuznetsov 2023-11-30 19:21:57 +07:00
parent dd233f77fc
commit 3defb09da9
7 changed files with 29 additions and 4 deletions

View file

@ -82,6 +82,7 @@ PageType {
target: InstallController
function onInstallationErrorOccurred(errorMessage) {
PageController.showBusyIndicator(false)
PageController.showErrorMessage(errorMessage)
var needCloseCurrentPage = false