small change
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
Josh Jeppson 2025-09-24 08:38:48 -06:00
parent 6d150eae77
commit ae6ead454e

View file

@ -222,7 +222,7 @@ impl FslcMix {
}
let btn = ui.button("Reset");
if btn.clicked() {
self.max_gain = 1.2;
self.max_gain = 1.25;
self.update_max_gain();
}
ui.toggle_value(&mut self.normalize, "Normalize");