Implement progress and cancellation for extraction
This commit is contained in:
parent
00ed3115cc
commit
6a79e8178f
3 changed files with 230 additions and 8 deletions
|
|
@ -500,7 +500,7 @@ fn update<Message: Clone>(
|
|||
shell.publish(message())
|
||||
}
|
||||
}
|
||||
(Some(new), None) => {
|
||||
(Some(_), None) => {
|
||||
if let Some(message) = widget.on_enter.as_ref() {
|
||||
shell.publish(message())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue