mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 03:18:23 +00:00
feat(ios): refresh home canvas toolbar
This commit is contained in:
committed by
Nimrod Gutman
parent
67746a12de
commit
6bcf89b09b
@@ -340,9 +340,9 @@ struct SettingsTab: View {
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
self.featureToggle(
|
||||
"Show Talk Button",
|
||||
"Show Talk Control",
|
||||
isOn: self.$talkButtonEnabled,
|
||||
help: "Shows the floating Talk button in the main interface.")
|
||||
help: "Shows the Talk control in the main toolbar.")
|
||||
TextField("Default Share Instruction", text: self.$defaultShareInstruction, axis: .vertical)
|
||||
.lineLimit(2 ... 6)
|
||||
.textInputAutocapitalization(.sentences)
|
||||
|
||||
Reference in New Issue
Block a user