Commit 514737f3 authored by Rustom Jehangir's avatar Rustom Jehangir

Save _mainIsMap state persistently

parent 2ed50262
......@@ -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