Update speak right click option to speak the text without requiring text selection

This commit is contained in:
ebolam
2022-12-06 10:45:54 -05:00
parent 645bdfe77d
commit 98b19d82a5

View File

@@ -101,7 +101,7 @@ var finder_actions = [
const context_menu_actions = {
gamescreen: [
{label: "Speak", icon: "record_voice_over", enabledOn: "SELECTION", click: speak_audio},
{label: "Speak", icon: "record_voice_over", enabledOn: "CARET", click: speak_audio},
null,
{label: "Cut", icon: "content_cut", enabledOn: "SELECTION", click: cut},
{label: "Copy", icon: "content_copy", enabledOn: "SELECTION", click: copy},