From c79b06aed3696e99b9a12c7eb894ac20f88542da Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 20 Aug 2021 14:29:28 -0400 Subject: [PATCH] add comment for highlight update --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index f30dde4d..8aa314fb 100644 --- a/src/config.ts +++ b/src/config.ts @@ -358,6 +358,7 @@ function fetchConfig(): Promise { } function migrateOldFormats(config: SBConfig) { + // Should eventually move into defaults if (!config["highlightCategoryAdded"] && !config.categorySelections.some((s) => s.name === "poi_highlight")) { config["highlightCategoryAdded"] = true;