Browse Source

Add missing default

QGC4.4
Don Gagne 8 years ago
parent
commit
7c44eff44e
  1. 3
      src/Settings/App.SettingsGroup.json

3
src/Settings/App.SettingsGroup.json

@ -106,7 +106,8 @@
"longDescription": "The color scheme for the user interface.", "longDescription": "The color scheme for the user interface.",
"type": "uint32", "type": "uint32",
"enumStrings": "Indoor,Outdoor", "enumStrings": "Indoor,Outdoor",
"enumValues": "1,0" "enumValues": "1,0",
"defaultValue": 0
}, },
{ {
"name": "ShowLargeCompass", "name": "ShowLargeCompass",

Loading…
Cancel
Save