diff options
| author | yum <yum.food.vr@gmail.com> | 2023-02-26 16:24:10 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-02-26 16:24:10 -0800 |
| commit | d0d5eedb4e6c56d81ae2135a50212f2091ee65d7 (patch) | |
| tree | 8a7a6cb190808c544d3918d59cb5e774d94889d0 /GUI | |
| parent | 90b8074db46ae3dbf3403eeb972a929688e6a595 (diff) | |
Bugfix: C++ transcription engine should not launch OSC layerv0.8.1
Not ready yet.
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/Config.cpp | 4 |
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) {
|
