mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-02 09:15:56 +00:00
Update IngestSearchRunner.java
Make it so the search status bar disapears when it is cancelled
This commit is contained in:
@@ -483,6 +483,7 @@ final class IngestSearchRunner {
|
||||
if (progressGroup != null) {
|
||||
progressGroup.setDisplayName(displayName + " " + NbBundle.getMessage(this.getClass(), "SearchRunner.doInBackGround.cancelMsg"));
|
||||
}
|
||||
progressGroup.finish();
|
||||
return IngestSearchRunner.Searcher.this.cancel(true);
|
||||
}
|
||||
}, null);
|
||||
|
||||
Reference in New Issue
Block a user