mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update speak right click option to speak the text without requiring text selection
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user