From 099cd85c325a605e0d6606817174bf99ea88c351 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 19 May 2026 16:57:08 +0800
Subject: [PATCH] Refresh SmartStart defaults for 7.3.5 build 744

---
 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