From fd3bed0c820142535a252395bc08f50153bc3e47 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 30 Jun 2026 16:34:11 +0800
Subject: [PATCH] Freeze TagLauncher 8.2.9 build 20260630.1617

---
 src/Apptag/AppDefaults.swift |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/Apptag/AppDefaults.swift b/src/Apptag/AppDefaults.swift
index 8770f79..6e62000 100644
--- a/src/Apptag/AppDefaults.swift
+++ b/src/Apptag/AppDefaults.swift
@@ -5,9 +5,9 @@
     static let currentSchemaVersion = 3
 
     static let tagFontSize: Double = 22
-    static let iconSize: Double = 64
+    static let iconSize: Double = 56
     static let tagPosition = "right"
-    static let displayMode = "coloredGridContainer"
+    static let displayMode = "gridContainer"
     static let hideAppNames = true
     static let showDockIcon = true
     static let launchAtLogin = true
@@ -29,9 +29,12 @@
             "showUncommonAppBubbles": showUncommonAppBubbles,
             "hideUsageTips": hideUsageTips,
             AppGridTheme.storageKey: appGridThemeID,
+            AppGridTheme.deepBlueTuningStorageKey: AppGridTheme.deepBlue.defaultColorTuning,
+            AppGridTheme.colorfulTuningStorageKey: AppGridTheme.colorful.defaultColorTuning,
             "useAppKitTagNavigation": useAppKitTagNavigation,
             "skipTagRemovalDropConfirm": false,
             "skipUncategorizedDropConfirm": false,
+            "skipUsageTipsCloseReminder": false,
             LauncherHotkeyRegistrationStore.mainStateKey: LauncherHotkeyRegistrationState.active.rawValue,
             LauncherHotkeyRegistrationStore.quickSearchStateKey: LauncherHotkeyRegistrationState.active.rawValue
         ])

--
Gitblit v1.9.3