mirror of https://codeberg.org/topola/topola.git
egui: reset activity on error
This commit is contained in:
parent
e26b1c13ed
commit
ae66a35b8f
|
|
@ -92,6 +92,7 @@ impl Workspace {
|
|||
Ok(ActivityStatus::Finished(..)) => false,
|
||||
Err(err) => {
|
||||
error_dialog.push_error("tr-module-invoker", format!("{}", err));
|
||||
self.maybe_activity = None;
|
||||
false
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue