Browse Source

Correct silly mistake.

pull/92/head
Abhishek 4 years ago
parent
commit
15215af37e
  1. 2
      Clocker/AppDelegate.swift

2
Clocker/AppDelegate.swift

@ -113,7 +113,7 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
let shouldLaunchOnboarding = (DataStore.shared().retrieve(key: CLShowOnboardingFlow) == nil && DataStore.shared().timezones().isEmpty)
|| ProcessInfo.processInfo.arguments.contains(CLOnboaringTestsLaunchArgument)
shouldLaunchOnboarding ? controller?.launch() : controller?.launch()
shouldLaunchOnboarding ? controller?.launch() : continueUsually()
}
func continueUsually() {

Loading…
Cancel
Save