mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Fix for language detection (#844)
This commit is contained in:
parent
af48f32b44
commit
60a70bec36
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ class TranscriptionOptionsGroupBox(QGroupBox):
|
|||
self.transcription_options_changed.emit(self.transcription_options)
|
||||
|
||||
def on_language_changed(self, language: str):
|
||||
if language == "":
|
||||
language = None
|
||||
|
||||
self.transcription_options.language = language
|
||||
self.transcription_options_changed.emit(self.transcription_options)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue