From 5cd88ea3601937ec565d31472d10f4bee960255e Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 28 May 2026 18:08:52 +0800
Subject: [PATCH] Add second-batch AppKit TODO plan
---
Apptag/AppDefaults.swift | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Apptag/AppDefaults.swift b/Apptag/AppDefaults.swift
index 313edc2..71e08d9 100644
--- a/Apptag/AppDefaults.swift
+++ b/Apptag/AppDefaults.swift
@@ -23,6 +23,7 @@
"showDockIcon": showDockIcon,
"launchAtLogin": launchAtLogin,
"showUncommonAppBubbles": showUncommonAppBubbles,
+ "skipTagRemovalDropConfirm": false,
LauncherHotkeyRegistrationStore.mainStateKey: LauncherHotkeyRegistrationState.active.rawValue,
LauncherHotkeyRegistrationStore.quickSearchStateKey: LauncherHotkeyRegistrationState.active.rawValue
])
@@ -30,7 +31,7 @@
}
static func hasStoredValue(for key: String) -> Bool {
- let domain = Bundle.main.bundleIdentifier ?? "com.apptag.launcher"
+ let domain = Bundle.main.bundleIdentifier ?? AppIdentity.bundleIdentifier
return UserDefaults.standard.persistentDomain(forName: domain)?[key] != nil
}
--
Gitblit v1.9.3