bugfix: removed the importErrorOccurred() signal overload, since qml does not know how to handle signal overloads (#1111)

This commit is contained in:
Nethius 2024-10-13 15:14:43 +04:00 committed by GitHub
parent 694e781beb
commit 7b838e77a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 7 deletions

View file

@ -123,6 +123,10 @@ PageType {
}
}
function onWrongInstallationUser(message) {
onInstallationErrorOccurred(message)
}
function onUpdateContainerFinished(message) {
PageController.showNotificationMessage(message)
PageController.closePage()