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,