mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
groovebox: don't crash on 'r'
This commit is contained in:
parent
ccf21cbdfe
commit
986e0a42a1
8 changed files with 33 additions and 29 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue