Ariver
2026-05-19 099cd85c325a605e0d6606817174bf99ea88c351
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
                }