Commit 1ed69ecd authored by Don Gagne's avatar Don Gagne

Hide large compass checkbox

parent ce415f6d
......@@ -144,6 +144,8 @@ Column {
anchors.right: parent.right
spacing: _margins
/*
Leaving this here for now just in case
FactCheckBox {
text: qsTr("Show large compass")
fact: _showLargeCompass
......@@ -151,6 +153,7 @@ Column {
property Fact _showLargeCompass: QGroundControl.settingsManager.appSettings.showLargeCompass
}
*/
Item {
width: 1
......
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