🐛[bugfix] Controller : whisper不使用時のフラグを追加
This commit is contained in:
@@ -806,6 +806,7 @@ def callbackSetUserWhisperFeature(value):
|
|||||||
config.SELECTED_TRANSCRIPTION_ENGINE = "Google"
|
config.SELECTED_TRANSCRIPTION_ENGINE = "Google"
|
||||||
else:
|
else:
|
||||||
view.closeWhisperWeightTypeWidget()
|
view.closeWhisperWeightTypeWidget()
|
||||||
|
config.SELECTED_TRANSCRIPTION_ENGINE = "Google"
|
||||||
view.showRestartButtonIfRequired()
|
view.showRestartButtonIfRequired()
|
||||||
|
|
||||||
def callbackSetWhisperWeightType(value):
|
def callbackSetWhisperWeightType(value):
|
||||||
|
|||||||
Reference in New Issue
Block a user