Unverified Commit 2647da41 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7024 from mavlink/gstDebug

Don't show GStreamer debug options if it is set to not visible
parents 93962c12 31026f38
......@@ -162,6 +162,7 @@ QGCView {
anchors.right: gstCombo.left
anchors.rightMargin: ScreenTools.defaultFontPixelWidth
text: qsTr("GStreamer Debug Level:")
visible: QGroundControl.settingsManager.appSettings.gstDebugLevel.visible
}
FactComboBox {
......@@ -172,6 +173,7 @@ QGCView {
width: ScreenTools.defaultFontPixelWidth*20
model: ["disabled", "1", "2", "3", "4", "5", "6", "7", "8"]
fact: QGroundControl.settingsManager.appSettings.gstDebugLevel
visible: QGroundControl.settingsManager.appSettings.gstDebugLevel.visible
}
BusyIndicator {
......
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