add comment for highlight update

This commit is contained in:
Ajay Ramachandran
2021-08-20 14:29:28 -04:00
parent 8d2883b6e2
commit c79b06aed3

View File

@@ -358,6 +358,7 @@ function fetchConfig(): Promise<void> {
}
function migrateOldFormats(config: SBConfig) {
// Should eventually move into defaults
if (!config["highlightCategoryAdded"] && !config.categorySelections.some((s) => s.name === "poi_highlight")) {
config["highlightCategoryAdded"] = true;