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
a804bb36
Commit
a804bb36
authored
Jun 28, 2017
by
Gus Grubba
Browse files
mobileTelemetryLog
parent
1363ee82
Changes
2
Show whitespace changes
Inline
Side-by-side
src/api/QGCCorePlugin.cc
View file @
a804bb36
...
...
@@ -171,7 +171,7 @@ bool QGCCorePlugin::adjustSettingMetaData(FactMetaData& metaData)
}
else
if
(
metaData
.
name
()
==
AppSettings
::
telemetrySaveName
)
{
#if defined (__mobile__)
metaData
.
setRawDefaultValue
(
false
);
return
fals
e
;
return
tru
e
;
#else
metaData
.
setRawDefaultValue
(
true
);
return
true
;
...
...
src/ui/preferences/GeneralSettings.qml
View file @
a804bb36
...
...
@@ -253,7 +253,7 @@ QGCView {
id
:
promptSaveLog
text
:
qsTr
(
"
Save telemetry log after each flight
"
)
fact
:
_telemetrySave
visible
:
!
ScreenTools
.
isMobile
&&
_telemetrySave
.
visible
visible
:
_telemetrySave
.
visible
property
Fact
_telemetrySave
:
QGroundControl
.
settingsManager
.
appSettings
.
telemetrySave
}
//-----------------------------------------------------------------
...
...
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