From a280f9d298470b43afed70fc4b5344dc55270947 Mon Sep 17 00:00:00 2001 From: DoinLakeFlyer Date: Thu, 5 Mar 2020 09:30:35 -0800 Subject: [PATCH] Change default to on --- src/Settings/PlanView.SettingsGroup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings/PlanView.SettingsGroup.json b/src/Settings/PlanView.SettingsGroup.json index eb1921d9d..420666e22 100644 --- a/src/Settings/PlanView.SettingsGroup.json +++ b/src/Settings/PlanView.SettingsGroup.json @@ -15,6 +15,6 @@ "name": "showMissionItemStatus", "shortDescription": "Show/Hide the mission item status display", "type": "bool", - "defaultValue": false + "defaultValue": true } ] -- 2.22.0