Apptag/SmartCategorization/SmartStartService.swift
@@ -315,6 +315,10 @@ continue } if let result = TagDatabase.ensureSystemTag(for: categoryID, in: &store) { if var tagDef = store.tags[result.name] { tagDef.color = categoryID.defaultColorIndex store.tags[result.name] = tagDef } if result.created { createdTagCount += 1 }