Ariver
2026-06-19 5ca15477a3f2fe590526bc5845482003683c3c29
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,