From 0638c8853ddb342fa6cc804743e846502f4f4923 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sat, 14 Apr 2018 14:08:45 -0700 Subject: [PATCH] Back out bad pull Try/Finally causes window to close all the time --- src/ui/MainWindowHybrid.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/ui/MainWindowHybrid.qml b/src/ui/MainWindowHybrid.qml index 8f58d2253..408ea37a9 100644 --- a/src/ui/MainWindowHybrid.qml +++ b/src/ui/MainWindowHybrid.qml @@ -22,12 +22,7 @@ Item { } function attemptWindowClose() { - try { - mainWindowInner.item.attemptWindowClose() - } - finally { - controller.reallyClose() - } + mainWindowInner.item.attemptWindowClose() } function showMessage(message) { -- 2.22.0