Skip to content

Commit 10dce73

Browse files
committed
fix: first onboarding
1 parent bbb6fb9 commit 10dce73

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Sources/App/AppDelegate.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
4545
Defaults[.hasCompletedOnboarding] = true
4646
openSettings()
4747
} else if !Defaults[.hasCompletedOnboarding] {
48-
onboardingController.showWindow()
48+
DispatchQueue.main.async {
49+
self.onboardingController.showWindow()
50+
}
4951
} else {
5052
openSettings()
5153
}

0 commit comments

Comments
 (0)