feat(macos): add master discovery to onboarding

This commit is contained in:
Peter Steinberger
2025-12-13 04:00:25 +00:00
parent 4b608117a2
commit 7286fd6e3f
4 changed files with 80 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import Foundation
let launchdLabel = "com.steipete.clawdis"
let onboardingVersionKey = "clawdis.onboardingVersion"
let currentOnboardingVersion = 3
let currentOnboardingVersion = 4
let pauseDefaultsKey = "clawdis.pauseEnabled"
let iconAnimationsEnabledKey = "clawdis.iconAnimationsEnabled"
let swabbleEnabledKey = "clawdis.swabbleEnabled"