Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
35ee0cd0
Commit
35ee0cd0
authored
Jan 20, 2019
by
Gus Grubba
Browse files
CP - Disable network settings on Android and iOS as they use a different link type (USB).
parent
2c7fb093
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Taisync/TaisyncSettings.qml
View file @
35ee0cd0
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment