From 0ae3a9359e4cdf6ae5b669c4affd91662463f370 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 01 Jul 2026 23:17:36 +0800
Subject: [PATCH] Prepare TagLauncher 8.3.1 candidate
---
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