Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
ca8386b0
Unverified
Commit
ca8386b0
authored
Dec 14, 2019
by
Gus Grubba
Committed by
GitHub
Dec 14, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8125 from mavlink/pr-settings-version
Bump settings version
parents
ed56b760
7a0a45a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
QGCConfig.h
src/QGCConfig.h
+1
-1
GeneralSettings.qml
src/ui/preferences/GeneralSettings.qml
+2
-0
No files found.
src/QGCConfig.h
View file @
ca8386b0
...
...
@@ -10,6 +10,6 @@
// If you need to make an incompatible changes to stored settings, bump this version number
// up by 1. This will caused store settings to be cleared on next boot.
#define QGC_SETTINGS_VERSION
8
#define QGC_SETTINGS_VERSION
9
#endif // QGC_CONFIGURATION_H
src/ui/preferences/GeneralSettings.qml
View file @
ca8386b0
...
...
@@ -173,6 +173,7 @@ Rectangle {
}
Component.onCompleted
:
{
var
index
=
mapCombo
.
find
(
_mapProvider
)
if
(
index
<
0
)
index
=
0
mapCombo
.
currentIndex
=
index
}
}
...
...
@@ -190,6 +191,7 @@ Rectangle {
}
Component.onCompleted
:
{
var
index
=
mapTypeCombo
.
find
(
_mapType
)
if
(
index
<
0
)
index
=
0
mapTypeCombo
.
currentIndex
=
index
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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