mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 04:55:44 +00:00
feat(android): add settings action to rerun onboarding
This commit is contained in:
@@ -458,6 +458,10 @@ fun SettingsSheet(viewModel: MainViewModel) {
|
||||
) {
|
||||
Text("Connect (Manual)")
|
||||
}
|
||||
|
||||
TextButton(onClick = { viewModel.setOnboardingCompleted(false) }) {
|
||||
Text("Run onboarding again")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user