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
953b5eac
Commit
953b5eac
authored
Jun 27, 2019
by
Patrick José Pereira
Browse files
TaisyncSettings: Do not translate empty string
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
de5ee10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Taisync/TaisyncSettings.qml
View file @
953b5eac
...
...
@@ -197,14 +197,14 @@ Rectangle {
Layout.minimumWidth
:
_labelWidth
}
QGCLabel
{
text
:
QGroundControl
.
taisyncManager
.
connected
?
QGroundControl
.
taisyncManager
.
serialNumber
:
qsTr
(
""
)
text
:
QGroundControl
.
taisyncManager
.
connected
?
QGroundControl
.
taisyncManager
.
serialNumber
:
""
Layout.minimumWidth
:
_valueWidth
}
QGCLabel
{
text
:
qsTr
(
"
Firmware Version:
"
)
}
QGCLabel
{
text
:
QGroundControl
.
taisyncManager
.
connected
?
QGroundControl
.
taisyncManager
.
fwVersion
:
qsTr
(
""
)
text
:
QGroundControl
.
taisyncManager
.
connected
?
QGroundControl
.
taisyncManager
.
fwVersion
:
""
}
}
}
...
...
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