mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
iOS: fix Fatal error: No Observable object of type NodeAppModel in Settings sheet
This commit is contained in:
committed by
Mariano Belinky
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.*)
|
||||
|
||||
Reference in New Issue
Block a user