fix --show behavior

This commit is contained in:
galister
2024-07-23 19:09:04 +09:00
parent 5a45d4dd2f
commit 17addcde78
4 changed files with 27 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ pub enum SystemTask {
ColorGain(ColorChannel, f32),
ResetPlayspace,
FixFloor,
ShowHide,
}
pub type OverlayTask = dyn FnOnce(&mut AppState, &mut OverlayState) + Send;