Browse Source

Fix vibrationPage id (#10150)

QGC4.4
holden-zenith 3 years ago committed by GitHub
parent
commit
376cab8a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/AnalyzeView/VibrationPage.qml

2
src/AnalyzeView/VibrationPage.qml

@ -21,7 +21,7 @@ import QGroundControl.ScreenTools 1.0 @@ -21,7 +21,7 @@ import QGroundControl.ScreenTools 1.0
import QGroundControl.Controllers 1.0
AnalyzePage {
id: geoTagPage
id: vibrationPage
pageComponent: pageComponent
pageDescription: qsTr("Analyze vibration associated with your vehicle.")
allowPopout: true

Loading…
Cancel
Save