There was an error while loading. Please reload this page.
1 parent bbb6fb9 commit 10dce73Copy full SHA for 10dce73
1 file changed
Sources/App/AppDelegate.swift
@@ -45,7 +45,9 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
45
Defaults[.hasCompletedOnboarding] = true
46
openSettings()
47
} else if !Defaults[.hasCompletedOnboarding] {
48
- onboardingController.showWindow()
+ DispatchQueue.main.async {
49
+ self.onboardingController.showWindow()
50
+ }
51
} else {
52
53
}
0 commit comments