mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 00:28:38 +00:00
fix: hide onboarding chat when configured
This commit is contained in:
@@ -3,7 +3,7 @@ import Foundation
|
||||
extension OnboardingView {
|
||||
func maybeKickoffOnboardingChat(for pageIndex: Int) {
|
||||
guard pageIndex == self.onboardingChatPageIndex else { return }
|
||||
guard self.needsBootstrap else { return }
|
||||
guard self.showOnboardingChat else { return }
|
||||
guard !self.didAutoKickoff else { return }
|
||||
self.didAutoKickoff = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user