Ariver
2026-06-30 70a1cc2e63d2c49a135bd89cec3ffb1d427d90ee
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,6 +29,8 @@
            "showUncommonAppBubbles": showUncommonAppBubbles,
            "hideUsageTips": hideUsageTips,
            AppGridTheme.storageKey: appGridThemeID,
            AppGridTheme.deepBlueTuningStorageKey: AppGridTheme.deepBlue.defaultColorTuning,
            AppGridTheme.colorfulTuningStorageKey: AppGridTheme.colorful.defaultColorTuning,
            "useAppKitTagNavigation": useAppKitTagNavigation,
            "skipTagRemovalDropConfirm": false,
            "skipUncategorizedDropConfirm": false,