Browse Source

Merge pull request #6276 from DonLakeFlyer/LogDownload

Log Download: Fix erase all
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
a088a33068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/AnalyzeView/LogDownloadPage.qml

2
src/AnalyzeView/LogDownloadPage.qml

@ -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()
} }
} }

Loading…
Cancel
Save