summaryrefslogtreecommitdiffstats
path: root/GUI
diff options
context:
space:
mode:
Diffstat (limited to 'GUI')
-rw-r--r--GUI/GUI/GUI/Config.cpp4
1 files changed, 2 insertions, 2 deletions
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) {