mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Added discard() method to HashDbConfigPanel
This commit is contained in:
parent
5cb0dcaf75
commit
aa74566678
@ -211,6 +211,10 @@ public final class HashDbConfigPanel extends javax.swing.JPanel implements Optio
|
|||||||
hashSetManager.save();
|
hashSetManager.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void discard() {
|
||||||
|
HashDbManager.getInstance().loadLastSavedConfiguration();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes a list of HashDbs from the dialog panel that do not have a companion -md5.idx file.
|
* Removes a list of HashDbs from the dialog panel that do not have a companion -md5.idx file.
|
||||||
* Occurs when user clicks "No" to the dialog popup box.
|
* Occurs when user clicks "No" to the dialog popup box.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user