Commit a0d80bbb authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #3908 from bluerobotics/saveMainIsMapState

Save _mainIsMap state persistently
parents 6c20e975 514737f3
......@@ -66,6 +66,7 @@ QGCView {
FlightDisplayViewController { id: _controller }
function setStates() {
QGroundControl.saveBoolGlobalSetting(_mainIsMapKey, _mainIsMap)
if(_mainIsMap) {
//-- Adjust Margins
_flightMapContainer.state = "fullMode"
......
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