mirror of https://github.com/openclaw/openclaw.git
iOS: fix Fatal error: No Observable object of type NodeAppModel in Settings sheet
This commit is contained in:
parent
ff3f90af97
commit
ee11388e38
|
|
@ -65,6 +65,9 @@ struct RootCanvas: View {
|
|||
switch sheet {
|
||||
case .settings:
|
||||
SettingsTab()
|
||||
.environment(self.appModel)
|
||||
.environment(self.appModel.voiceWake)
|
||||
.environment(self.gatewayController)
|
||||
case .chat:
|
||||
ChatSheet(
|
||||
// Mobile chat UI should use the node role RPC surface (chat.* / sessions.*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue