mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use error label on operation cancelled by action
This commit is contained in:
parent
1958a12047
commit
416cb812e5
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ pub fn new(
|
|||
move |_, message| {
|
||||
cancellable.cancel();
|
||||
progress.disable();
|
||||
status.set_warning(&message);
|
||||
status.set_error(&message);
|
||||
cancel.button.set_visible(false);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue