Ariver
2026-07-01 0ae3a9359e4cdf6ae5b669c4affd91662463f370
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
        ])