diff options
| author | yum <yum.food.vr@gmail.com> | 2023-08-11 10:40:05 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-08-11 10:40:05 -0700 |
| commit | 6a851e393e02cea8943115db46295d1858338b42 (patch) | |
| tree | 09a4950e310ddf35e2c7b9176228aea57ac5489f /GUI | |
| parent | 4efd2f3990e692a56b604c9e0deb735215ea6edc (diff) | |
Add animated ellipsis to shader
Not yet done:
* Animator toggle
* OSC integration
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GUI/GUI/GUI/Config.cpp b/GUI/GUI/GUI/Config.cpp index 34e7fd5..3ba6be5 100644 --- a/GUI/GUI/GUI/Config.cpp +++ b/GUI/GUI/GUI/Config.cpp @@ -72,7 +72,7 @@ AppConfig::AppConfig(wxTextCtrl* out) enable_local_beep(true),
enable_browser_src(false),
browser_src_port(8097),
- commit_fuzz_threshold(8),
+ commit_fuzz_threshold(4),
use_cpu(false),
use_builtin(false),
enable_uwu_filter(false),
|
