mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge pull request #1592 from APriestman/hashSettings
Update the "always calculate hashes" setting when the Hash Lookup set…
This commit is contained in:
commit
96fb192e2a
@ -166,6 +166,7 @@ public final class HashLookupModuleSettingsPanel extends IngestModuleIngestJobSe
|
|||||||
|
|
||||||
void reset(HashLookupModuleSettings newSettings) {
|
void reset(HashLookupModuleSettings newSettings) {
|
||||||
initializeHashSetModels(newSettings);
|
initializeHashSetModels(newSettings);
|
||||||
|
alwaysCalcHashesCheckbox.setSelected(newSettings.shouldCalculateHashes());
|
||||||
knownHashSetsTableModel.fireTableDataChanged();
|
knownHashSetsTableModel.fireTableDataChanged();
|
||||||
knownBadHashSetsTableModel.fireTableDataChanged();
|
knownBadHashSetsTableModel.fireTableDataChanged();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user