Commit 4268b364 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix erase all

parent e156e8a8
...@@ -186,7 +186,7 @@ AnalyzePage { ...@@ -186,7 +186,7 @@ AnalyzePage {
message: qsTr("All log files will be erased permanently. Is this really what you want?") message: qsTr("All log files will be erased permanently. Is this really what you want?")
function accept() { function accept() {
logDownloadPage.hideDialog() hideDialog()
logController.eraseAll() logController.eraseAll()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment