parent
6d150eae77
commit
ae6ead454e
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ impl FslcMix {
|
||||||
}
|
}
|
||||||
let btn = ui.button("Reset");
|
let btn = ui.button("Reset");
|
||||||
if btn.clicked() {
|
if btn.clicked() {
|
||||||
self.max_gain = 1.2;
|
self.max_gain = 1.25;
|
||||||
self.update_max_gain();
|
self.update_max_gain();
|
||||||
}
|
}
|
||||||
ui.toggle_value(&mut self.normalize, "Normalize");
|
ui.toggle_value(&mut self.normalize, "Normalize");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue