Commit d04b65d8 authored by DonLakeFlyer's avatar DonLakeFlyer

Move Analyze view to advanced

parent 6e1232db
...@@ -129,7 +129,7 @@ Rectangle { ...@@ -129,7 +129,7 @@ Rectangle {
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
exclusiveGroup: mainActionGroup exclusiveGroup: mainActionGroup
source: "/qmlimages/Analyze.svg" source: "/qmlimages/Analyze.svg"
visible: !ScreenTools.isMobile visible: !ScreenTools.isMobile && QGroundControl.corePlugin.showAdvancedUI
onClicked: toolBar.showAnalyzeView() onClicked: toolBar.showAnalyzeView()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment