diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index a47826e..a47a92f 100644 --- a/Clocker/AppDelegate.swift +++ b/Clocker/AppDelegate.swift @@ -96,7 +96,7 @@ open class AppDelegate: NSObject, NSApplicationDelegate { private var controller: OnboardingController? private func showOnboardingFlowIfEligible() { - let isTestInProgress = ProcessInfo.processInfo.arguments.contains(CLOnboardingTestsLaunchArgument) || true + let isTestInProgress = ProcessInfo.processInfo.arguments.contains(CLOnboardingTestsLaunchArgument) let shouldLaunchOnboarding = (DataStore.shared().retrieve(key: CLShowOnboardingFlow) == nil && DataStore.shared().timezones().isEmpty)