From 5f7ad88e0d1f9cd2bffd28d86ee2ecef1e88e7f8 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 19 Jun 2026 21:49:07 +0800
Subject: [PATCH] Fix Apple default note localization migration

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

diff --git a/src/Apptag/SmartCategorization/SmartStartService.swift b/src/Apptag/SmartCategorization/SmartStartService.swift
index 75a9474..d377f99 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 = []
         }
 

--
Gitblit v1.9.3