From 4a5ba3361fa69cf294cde3f1a4e0df5bed0b9a25 Mon Sep 17 00:00:00 2001 From: Tzuriel Lampner <70841703+tzuriel-spearuav@users.noreply.github.com> Date: Thu, 19 May 2022 07:45:49 +0300 Subject: [PATCH] Id should not have changed --- src/AnalyzeView/VibrationPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnalyzeView/VibrationPage.qml b/src/AnalyzeView/VibrationPage.qml index d7a65f6..3c6e432 100644 --- a/src/AnalyzeView/VibrationPage.qml +++ b/src/AnalyzeView/VibrationPage.qml @@ -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