Implement modifying tasks' "wait" value
This commit is contained in:
committed by
Dustin J. Mitchell
parent
d7d703f135
commit
e977fb294c
@@ -40,5 +40,9 @@ pub(super) fn apply_modification(
|
||||
task.remove_tag(&tag)?;
|
||||
}
|
||||
|
||||
if let Some(wait) = modification.wait {
|
||||
task.set_wait(wait)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user