mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +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) {
|
||||
initializeHashSetModels(newSettings);
|
||||
alwaysCalcHashesCheckbox.setSelected(newSettings.shouldCalculateHashes());
|
||||
knownHashSetsTableModel.fireTableDataChanged();
|
||||
knownBadHashSetsTableModel.fireTableDataChanged();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user