Ariver
2026-06-14 bd792cd36d57b8f0741af9a6a64e59969cdce490
src/Apptag/AppDefaults.swift
@@ -12,6 +12,7 @@
    static let showDockIcon = true
    static let launchAtLogin = true
    static let showUncommonAppBubbles = false
    static let hideUsageTips = false
    static let useAppKitTagNavigation = true
    static func register() {
@@ -24,6 +25,7 @@
            "showDockIcon": showDockIcon,
            "launchAtLogin": launchAtLogin,
            "showUncommonAppBubbles": showUncommonAppBubbles,
            "hideUsageTips": hideUsageTips,
            "useAppKitTagNavigation": useAppKitTagNavigation,
            "skipTagRemovalDropConfirm": false,
            "skipUncategorizedDropConfirm": false,