PlanView.SettingsGroup.json 365 Bytes
Newer Older
1
[
2 3 4 5 6
{
    "name":             "displayPresetsTabFirst",
    "shortDescription": "Display the presets tab at start",
    "type":             "bool",
    "defaultValue":     false
7 8 9 10 11 12
},
{
    "name":             "aboveTerrainWarning",
    "shortDescription": "Don't warn user about 'Above Terrain' usage",
    "type":             "bool",
    "defaultValue":     false
13
}
14
]