🐛[bugfix] Controller : whisper不使用時のフラグを追加

This commit is contained in:
misyaguziya
2024-02-13 22:23:13 +09:00
parent badffc234e
commit 5a0c6392e0

View File

@@ -806,6 +806,7 @@ def callbackSetUserWhisperFeature(value):
config.SELECTED_TRANSCRIPTION_ENGINE = "Google"
else:
view.closeWhisperWeightTypeWidget()
config.SELECTED_TRANSCRIPTION_ENGINE = "Google"
view.showRestartButtonIfRequired()
def callbackSetWhisperWeightType(value):