From 78ffc03af224fba21a88f54ae262a9bef64fb633 Mon Sep 17 00:00:00 2001 From: DoinLakeFlyer Date: Sat, 22 Feb 2020 09:51:23 -0800 Subject: [PATCH] Add missing hideDialog call --- src/AnalyzeView/LogDownloadPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AnalyzeView/LogDownloadPage.qml b/src/AnalyzeView/LogDownloadPage.qml index a17d228ea..2117e34fb 100644 --- a/src/AnalyzeView/LogDownloadPage.qml +++ b/src/AnalyzeView/LogDownloadPage.qml @@ -176,6 +176,7 @@ AnalyzePage { message: qsTr("All log files will be erased permanently. Is this really what you want?") function accept() { logController.eraseAll() + hideDialog() } } } -- 2.22.0