MainWindowHybrid: Close app if something goes wrong with item
@ -22,7 +22,12 @@ Item {
}
function attemptWindowClose() {
mainWindowInner.item.attemptWindowClose()
try {
finally {
controller.reallyClose()
function showMessage(message) {