diff --git a/src/Taisync/TaisyncSettings.qml b/src/Taisync/TaisyncSettings.qml index a002b84e443de488f67534a42a69b358623969fa..82513fa9bce6514cf743fdf2e98819f43be1471a 100644 --- a/src/Taisync/TaisyncSettings.qml +++ b/src/Taisync/TaisyncSettings.qml @@ -438,7 +438,7 @@ QGCView { height: ipSettingsLabel.height anchors.margins: ScreenTools.defaultFontPixelWidth anchors.horizontalCenter: parent.horizontalCenter - visible: _taisyncEnabled + visible: _taisyncEnabled && (!ScreenTools.isiOS && !ScreenTools.isAndroid) QGCLabel { id: ipSettingsLabel text: qsTr("Network Settings") @@ -449,7 +449,7 @@ QGCView { height: ipSettingsCol.height + (ScreenTools.defaultFontPixelHeight * 2) width: _panelWidth color: qgcPal.windowShade - visible: _taisyncEnabled + visible: _taisyncEnabled && (!ScreenTools.isiOS && !ScreenTools.isAndroid) anchors.margins: ScreenTools.defaultFontPixelWidth anchors.horizontalCenter: parent.horizontalCenter Column {