diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index 431deb00cf51584dc0d50989c23151f7a3453d53..7c49b509bd2201bef424ddd704421b86aea5f325 100644 --- a/src/PlanView/SurveyItemEditor.qml +++ b/src/PlanView/SurveyItemEditor.qml @@ -442,7 +442,8 @@ Rectangle { id: windRoseButton anchors.verticalCenter: angleText.verticalCenter iconSource: qgcPal.globalTheme === QGCPalette.Light ? "/res/wind-roseBlack.svg" : "/res/wind-rose.svg" - visible: _vehicle.fixedWing + // Wind Rose is temporarily turned off until bugs are fixed + visible: false//_vehicle.fixedWing onClicked: { var cords = windRoseButton.mapToItem(_root, 0, 0) @@ -543,7 +544,8 @@ Rectangle { anchors.verticalCenter: manualAngleText.verticalCenter Layout.columnSpan: 1 iconSource: qgcPal.globalTheme === QGCPalette.Light ? "/res/wind-roseBlack.svg" : "/res/wind-rose.svg" - visible: _vehicle.fixedWing + // Wind Rose is temporarily turned off until bugs are fixed + visible: false//_vehicle.fixedWing onClicked: { var cords = manualWindRoseButton.mapToItem(_root, 0, 0)