captions writer modal tweak
This commit is contained in:
parent
72ea26b931
commit
116209887c
@ -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',
|
||||
});
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user