diff --git a/src/Settings/FlightMap.SettingsGroup.json b/src/Settings/FlightMap.SettingsGroup.json index 41edd20..14135cd 100644 --- a/src/Settings/FlightMap.SettingsGroup.json +++ b/src/Settings/FlightMap.SettingsGroup.json @@ -2,12 +2,13 @@ { "name": "mapProvider", "shortDescription": "Currently selected map provider for flight maps", - "type": "string" + "type": "string", + "defaultValue": "Bing" }, { "name": "mapType", "shortDescription": "Currently selected map type for flight maps", "type": "string", - "default": "" + "defaultValue": "Hybrid" } ]