diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index 8c688e4..0684c59 100644 --- a/src/PlanView/SurveyItemEditor.qml +++ b/src/PlanView/SurveyItemEditor.qml @@ -429,7 +429,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) @@ -530,7 +531,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)