fix(macos): improve onboarding discovery + restart onboarding
This commit is contained in:
@@ -48,6 +48,11 @@ final class OnboardingController {
|
||||
self.window?.close()
|
||||
self.window = nil
|
||||
}
|
||||
|
||||
func restart() {
|
||||
self.close()
|
||||
self.show()
|
||||
}
|
||||
}
|
||||
|
||||
struct OnboardingView: View {
|
||||
|
||||
Reference in New Issue
Block a user