From f8e102d2756a56efb6b9d92e578aedc3b7d63084 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 20 May 2026 12:48:40 +0800
Subject: [PATCH] checkpoint: archive current 7.5.1 before performance optimization
---
Apptag/SmartCategorization/SmartStartService.swift | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Apptag/SmartCategorization/SmartStartService.swift b/Apptag/SmartCategorization/SmartStartService.swift
index 220373a..52dae14 100644
--- a/Apptag/SmartCategorization/SmartStartService.swift
+++ b/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
}
--
Gitblit v1.9.3