captions writer modal tweak

This commit is contained in:
Anton Georgiev 2023-06-22 04:25:57 -04:00
parent 72ea26b931
commit 116209887c
2 changed files with 2 additions and 3 deletions

View File

@ -297,8 +297,7 @@ class UserOptions extends PureComponent {
label: intl.formatMessage(intlMessages.captionsLabel),
description: intl.formatMessage(intlMessages.captionsDesc),
key: this.captionsId,
onClick: this.setWriterMenuModalIsOpen(true), // here I should change the state to true and remove the handle click altogether
// onClick: this.handleCaptionsClick, // here I should change the state to true and remove the handle click altogether
onClick: () => { this.setWriterMenuModalIsOpen(true); },
dataTest: 'writeClosedCaptions',
});
}

View File

@ -90,7 +90,7 @@ public:
# mobile: <Boolean> - controls speech transcription availability on mobile
mobile: false
# provider: [webspeech, vosk, whisper, deepspeech]
provider: vosk
provider: webspeech
language:
available:
# - de-DE