From 5a0c6392e02a03269f72102d27a6c926b1b75578 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 13 Feb 2024 22:23:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Controller=20:=20whisper?= =?UTF-8?q?=E4=B8=8D=E4=BD=BF=E7=94=A8=E6=99=82=E3=81=AE=E3=83=95=E3=83=A9?= =?UTF-8?q?=E3=82=B0=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/controller.py b/controller.py index e977a5ef..a40282df 100644 --- a/controller.py +++ b/controller.py @@ -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):