Commit 1a7412e9 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5057 from mavlink/AnalyzeAdvanced

Move Analyze view to advanced ui
parents 540ffbc5 d04b65d8
...@@ -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