groovebox: don't crash on 'r'

This commit is contained in:
🪞👃🪞 2025-05-10 15:50:35 +03:00
parent ccf21cbdfe
commit 986e0a42a1
8 changed files with 33 additions and 29 deletions

View file

@ -129,8 +129,9 @@ impl Configuration {
}
print!("{path:?}...");
let keys = read_and_leak(path)?.into();
println!("ok");
let cond = cond.unwrap();
print!("{exp:?}...");
println!("ok");
map.add_layer_if(
Box::new(move |state|{
let mut exp = exp.clone();