diff --git a/controller.py b/controller.py index 34ea3a14..6cef394e 100644 --- a/controller.py +++ b/controller.py @@ -808,6 +808,7 @@ def callbackSetUserWhisperFeature(value): config.SELECTED_TRANSCRIPTION_ENGINE = "Google" else: view.closeWhisperWeightTypeWidget() + config.IS_RESET_BUTTON_DISPLAYED_FOR_WHISPER = False config.SELECTED_TRANSCRIPTION_ENGINE = "Google" view.showRestartButtonIfRequired()