From 70a1cc2e63d2c49a135bd89cec3ffb1d427d90ee Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 30 Jun 2026 16:21:47 +0800
Subject: [PATCH] Freeze prep TagLauncher 8.2.9 Pro status UI

---
 src/Apptag/SmartCategorization/SmartStartService.swift |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/Apptag/SmartCategorization/SmartStartService.swift b/src/Apptag/SmartCategorization/SmartStartService.swift
index 75a9474..b919ac4 100644
--- a/src/Apptag/SmartCategorization/SmartStartService.swift
+++ b/src/Apptag/SmartCategorization/SmartStartService.swift
@@ -358,6 +358,7 @@
             store.tags = [:]
             store.appTags = [:]
             store.tagOrder = []
+            store.containerAppOrder = [:]
             store.disabledSystemCategoryIDs = []
         }
 
@@ -527,7 +528,7 @@
         let entries = base.entries.compactMap { entry -> SmartStartCatalogEntry? in
             let tagIDs = entry.defaultTag
                 .compactMap { SmartCategoryID(rawValue: $0) }
-                .filter { $0 != .other }
+                .compactMap(\.smartStartDefaultCategoryID)
             guard !tagIDs.isEmpty else { return nil }
 
             return SmartStartCatalogEntry(

--
Gitblit v1.9.3