From 6aa871a68672ef73c01ec93032a9365eadbe21b4 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sat, 27 Jun 2020 18:51:53 -0500 Subject: [PATCH] Align clocker icon in Onboarding flow! --- Clocker/AppDelegate.swift | 2 +- Clocker/ClockerUITests/FloatingWindowTests.swift | 2 +- Clocker/Onboarding/Onboarding.storyboard | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index a79b6b9..6d0dcfb 100644 --- a/Clocker/AppDelegate.swift +++ b/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() : continueUsually() + shouldLaunchOnboarding ? controller?.launch() : controller?.launch() } func continueUsually() { diff --git a/Clocker/ClockerUITests/FloatingWindowTests.swift b/Clocker/ClockerUITests/FloatingWindowTests.swift index 2d073a6..0548d6d 100644 --- a/Clocker/ClockerUITests/FloatingWindowTests.swift +++ b/Clocker/ClockerUITests/FloatingWindowTests.swift @@ -161,7 +161,7 @@ class FloatingWindowTests: XCTestCase { XCTAssertFalse(app.staticTexts["InformationLabel"].exists) } - /// Make sure to ensure supplementary/relative date label is turned on! + /// Make sure to ensure supplementary/relative date label is turned on! func testMovingSlider() { if app.buttons["Pin"].exists { app.buttons["Pin"].click() diff --git a/Clocker/Onboarding/Onboarding.storyboard b/Clocker/Onboarding/Onboarding.storyboard index 576766f..9b3a1b3 100644 --- a/Clocker/Onboarding/Onboarding.storyboard +++ b/Clocker/Onboarding/Onboarding.storyboard @@ -437,7 +437,7 @@ DQ - + @@ -445,7 +445,7 @@ DQ - + @@ -599,10 +599,10 @@ DQ + -