mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(ios): label chat attachment button
This commit is contained in:
@@ -201,6 +201,7 @@ struct OpenClawChatComposer: View {
|
||||
Image(systemName: "paperclip")
|
||||
}
|
||||
.help("Add Image")
|
||||
.accessibilityLabel("Attachments")
|
||||
.buttonStyle(.plain)
|
||||
.controlSize(.small)
|
||||
} else {
|
||||
@@ -210,6 +211,7 @@ struct OpenClawChatComposer: View {
|
||||
Image(systemName: "paperclip")
|
||||
}
|
||||
.help("Add Image")
|
||||
.accessibilityLabel("Attachments")
|
||||
.buttonStyle(.bordered)
|
||||
.controlSize(.small)
|
||||
}
|
||||
@@ -219,6 +221,7 @@ struct OpenClawChatComposer: View {
|
||||
Image(systemName: "paperclip")
|
||||
}
|
||||
.help("Add Image")
|
||||
.accessibilityLabel("Attachments")
|
||||
.buttonStyle(.plain)
|
||||
.controlSize(.small)
|
||||
.onChange(of: self.pickerItems) { _, newItems in
|
||||
@@ -229,6 +232,7 @@ struct OpenClawChatComposer: View {
|
||||
Image(systemName: "paperclip")
|
||||
}
|
||||
.help("Add Image")
|
||||
.accessibilityLabel("Attachments")
|
||||
.buttonStyle(.bordered)
|
||||
.controlSize(.small)
|
||||
.onChange(of: self.pickerItems) { _, newItems in
|
||||
|
||||
Reference in New Issue
Block a user