File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
CodeEdit/Features/ActivityViewer/Tasks Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ struct SchemeDropDownView: View {
6767 . accessibilityIdentifier ( " SchemeDropdown " )
6868 . accessibilityValue ( workspaceDisplayName)
6969 . accessibilityLabel ( " Active Scheme " )
70- . accessibilityAction ( named: " show menu " ) {
70+ . accessibilityHint ( " Open the active scheme menu " )
71+ . accessibilityAction {
7172 isSchemePopOverPresented. toggle ( )
7273 }
7374 }
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ struct TaskDropDownView: View {
4949 . accessibilityIdentifier ( " TaskDropdown " )
5050 . accessibilityValue ( taskManager. selectedTask? . name ?? " Create Tasks " )
5151 . accessibilityLabel ( " Active Task " )
52- . accessibilityAction ( named: " show menu " ) {
52+ . accessibilityHint ( " Open the active task menu " )
53+ . accessibilityAction {
5354 isTaskPopOverPresented = true
5455 }
5556 }
You can’t perform that action at this time.
0 commit comments