mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
fix(macos): stabilize onboarding discovery
This commit is contained in:
@@ -31,7 +31,7 @@ struct GeneralSettings: View {
|
||||
VStack(alignment: .leading, spacing: 18) {
|
||||
if !self.state.onboardingSeen {
|
||||
Button {
|
||||
OnboardingController.shared.show()
|
||||
DebugActions.restartOnboarding()
|
||||
} label: {
|
||||
Text("Complete onboarding to finish setup")
|
||||
.font(.callout.weight(.semibold))
|
||||
|
||||
Reference in New Issue
Block a user