diff --git a/src/AnalyzeView/LogDownloadPage.qml b/src/AnalyzeView/LogDownloadPage.qml index a17d228ea267fc231a78baf73c3192a729032e90..2117e34fbd381ecfeb95300b5688440b0b19ad1c 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() } } }