From 279b3a07eb06f86b8825aa0a53e71cd3137e43a7 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 29 May 2026 11:52:56 +0800
Subject: [PATCH] Reduce app grid scroll churn
---
Apptag/AppDefaults.swift | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Apptag/AppDefaults.swift b/Apptag/AppDefaults.swift
index f0472ac..06eb7bc 100644
--- a/Apptag/AppDefaults.swift
+++ b/Apptag/AppDefaults.swift
@@ -26,6 +26,7 @@
"showUncommonAppBubbles": showUncommonAppBubbles,
"useAppKitTagNavigation": useAppKitTagNavigation,
"skipTagRemovalDropConfirm": false,
+ "skipUncategorizedDropConfirm": false,
LauncherHotkeyRegistrationStore.mainStateKey: LauncherHotkeyRegistrationState.active.rawValue,
LauncherHotkeyRegistrationStore.quickSearchStateKey: LauncherHotkeyRegistrationState.active.rawValue
])
--
Gitblit v1.9.3