From efbfc27e0c813c31b570d72fded40eb91d07f2db Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 28 May 2026 21:01:19 +0800
Subject: [PATCH] Add AppKit tag navigation reordering
---
Apptag/AppDefaults.swift | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Apptag/AppDefaults.swift b/Apptag/AppDefaults.swift
index bfeecc8..f0472ac 100644
--- a/Apptag/AppDefaults.swift
+++ b/Apptag/AppDefaults.swift
@@ -12,6 +12,7 @@
static let showDockIcon = true
static let launchAtLogin = true
static let showUncommonAppBubbles = false
+ static let useAppKitTagNavigation = true
static func register() {
UserDefaults.standard.register(defaults: [
@@ -23,6 +24,8 @@
"showDockIcon": showDockIcon,
"launchAtLogin": launchAtLogin,
"showUncommonAppBubbles": showUncommonAppBubbles,
+ "useAppKitTagNavigation": useAppKitTagNavigation,
+ "skipTagRemovalDropConfirm": false,
LauncherHotkeyRegistrationStore.mainStateKey: LauncherHotkeyRegistrationState.active.rawValue,
LauncherHotkeyRegistrationStore.quickSearchStateKey: LauncherHotkeyRegistrationState.active.rawValue
])
--
Gitblit v1.9.3