From d0d5eedb4e6c56d81ae2135a50212f2091ee65d7 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 26 Feb 2023 16:24:10 -0800 Subject: Bugfix: C++ transcription engine should not launch OSC layer Not ready yet. --- GUI/GUI/GUI/Config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GUI') diff --git a/GUI/GUI/GUI/Config.cpp b/GUI/GUI/GUI/Config.cpp index 35cbb0f..5812f94 100644 --- a/GUI/GUI/GUI/Config.cpp +++ b/GUI/GUI/GUI/Config.cpp @@ -88,8 +88,8 @@ AppConfig::AppConfig(wxTextCtrl *out) browser_src_port(9517), whisper_enable_builtin(false), - whisper_enable_custom(true), - whisper_enable_browser_src(false) + whisper_enable_custom(false), + whisper_enable_browser_src(true) {} bool AppConfig::Serialize(const std::filesystem::path& path) { -- cgit v1.2.3