mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fixes to tasks
This commit is contained in:
@@ -164,7 +164,7 @@ pub fn run_animation(
|
||||
}
|
||||
}
|
||||
|
||||
callback(output)?;
|
||||
callback(output).ok();
|
||||
|
||||
if timed && Instant::now().duration_since(start) > run_time {
|
||||
break 'animation;
|
||||
|
||||
Reference in New Issue
Block a user