Commit f2f3bc35 authored by Matej Frančeškin's avatar Matej Frančeškin

Microhard - enable MH GUI on Android & iOS for using with USB 2 Ethernet adapters

parent 703c675c
......@@ -160,7 +160,7 @@ QGCView {
height: ipSettingsLabel.height
anchors.margins: ScreenTools.defaultFontPixelWidth
anchors.horizontalCenter: parent.horizontalCenter
visible: _microhardEnabled && (!ScreenTools.isiOS && !ScreenTools.isAndroid)
visible: _microhardEnabled
QGCLabel {
id: ipSettingsLabel
text: qsTr("Network Settings")
......@@ -171,7 +171,7 @@ QGCView {
height: ipSettingsCol.height + (ScreenTools.defaultFontPixelHeight * 2)
width: _panelWidth
color: qgcPal.windowShade
visible: _microhardEnabled && (!ScreenTools.isiOS && !ScreenTools.isAndroid)
visible: _microhardEnabled
anchors.margins: ScreenTools.defaultFontPixelWidth
anchors.horizontalCenter: parent.horizontalCenter
Column {
......
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