Add done status message after backwards snowballing step
This commit is contained in:
parent
c1882e50df
commit
ac89e93b7a
@ -243,7 +243,9 @@ impl App {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
self.set_status_message(StatusMessage::Info("Done".to_string()));
|
self.set_status_message(StatusMessage::Info(
|
||||||
|
"Done".to_string(),
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user