From 71a520840eb3debe46173c1f73bc85bbea0b1aa6 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 23:42:38 +0800
Subject: [PATCH] Implement Pro custom hotkeys for 8.2.0
---
src/Apptag/AppDefaults.swift | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/Apptag/AppDefaults.swift b/src/Apptag/AppDefaults.swift
index 8770f79..fe71510 100644
--- a/src/Apptag/AppDefaults.swift
+++ b/src/Apptag/AppDefaults.swift
@@ -5,7 +5,7 @@
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 hideAppNames = 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