diff --git a/src/Settings/App.SettingsGroup.json b/src/Settings/App.SettingsGroup.json index e4c8ea94a4f38a1050b6d4410837be9cd1e0839f..79c01e92d942a8a1e09ff2a9102e3a36d9707054 100644 --- a/src/Settings/App.SettingsGroup.json +++ b/src/Settings/App.SettingsGroup.json @@ -238,7 +238,7 @@ }, { "name": "disableLocalLogging", - "shortDescription": "Disable all logging", + "shortDescription": "Disable local logging", "longDescription": "If this option is enabled nothing will be stored to disk.", "type": "bool", "defaultValue": false diff --git a/src/ui/preferences/GeneralSettings.qml b/src/ui/preferences/GeneralSettings.qml index 66f787785cef6055d1a80099280ea14443addbdb..f73edb7e338b6285c49126f34168833ad8950eec 100644 --- a/src/ui/preferences/GeneralSettings.qml +++ b/src/ui/preferences/GeneralSettings.qml @@ -44,7 +44,6 @@ QGCView { property Fact _followTarget: QGroundControl.settingsManager.appSettings.followTarget property real _panelWidth: _qgcView.width * _internalWidthRatio property real _margins: ScreenTools.defaultFontPixelWidth - property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle property string _videoSource: QGroundControl.settingsManager.videoSettings.videoSource.value property bool _isGst: QGroundControl.videoManager.isGStreamer