We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107e527 commit 1af45d1Copy full SHA for 1af45d1
addons/godot-accessibility/ScreenReader.gd
@@ -152,7 +152,7 @@ func _texturebutton_focused():
152
var tokens = PackedStringArray([])
153
tokens.append(_get_graphical_button_text(node.texture_normal))
154
tokens.append("button")
155
- TTS.join(": ".join(tokens))
+ TTS.speak(": ".join(tokens))
156
157
158
func item_list_item_focused(idx, node):
0 commit comments