From e50c0f5b42e53b79d2e20f839c77979d646836bd Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Sat, 20 May 2023 15:56:01 -0400 Subject: [PATCH] Update AppDelegate.swift --- Clocker/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)