Browse Source

Fix erase all

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
4268b36498
  1. 2
      src/AnalyzeView/LogDownloadPage.qml

2
src/AnalyzeView/LogDownloadPage.qml

@ -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?")
function accept() {
logDownloadPage.hideDialog()
hideDialog()
logController.eraseAll()
}
}

Loading…
Cancel
Save