Commit 675466bd authored by Gus Grubba's avatar Gus Grubba

Cleanup

parent c6e7d15d
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
}, },
{ {
"name": "disableLocalLogging", "name": "disableLocalLogging",
"shortDescription": "Disable all logging", "shortDescription": "Disable local logging",
"longDescription": "If this option is enabled nothing will be stored to disk.", "longDescription": "If this option is enabled nothing will be stored to disk.",
"type": "bool", "type": "bool",
"defaultValue": false "defaultValue": false
......
...@@ -44,7 +44,6 @@ QGCView { ...@@ -44,7 +44,6 @@ QGCView {
property Fact _followTarget: QGroundControl.settingsManager.appSettings.followTarget property Fact _followTarget: QGroundControl.settingsManager.appSettings.followTarget
property real _panelWidth: _qgcView.width * _internalWidthRatio property real _panelWidth: _qgcView.width * _internalWidthRatio
property real _margins: ScreenTools.defaultFontPixelWidth property real _margins: ScreenTools.defaultFontPixelWidth
property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle
property string _videoSource: QGroundControl.settingsManager.videoSettings.videoSource.value property string _videoSource: QGroundControl.settingsManager.videoSettings.videoSource.value
property bool _isGst: QGroundControl.videoManager.isGStreamer property bool _isGst: QGroundControl.videoManager.isGStreamer
......
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