Fix iter parameter change

This commit is contained in:
Richard Weber 2024-09-04 21:21:57 +03:00 committed by Victoria Brekenfeld
parent bd95340992
commit 4cf34fe312

View file

@ -264,7 +264,7 @@ impl Config {
.shell .shell
.write() .write()
.unwrap() .unwrap()
.update_tiling_exceptions(&state.common.config.tiling_exceptions); .update_tiling_exceptions(state.common.config.tiling_exceptions.iter());
} }
_ => (), _ => (),
} }