mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge branch '3139_cr_hashes' into 3141_addHashes
This commit is contained in:
commit
b51ec98837
@ -363,7 +363,7 @@ final class HashLookupSettings implements Serializable {
|
||||
this.hashSetName = centralRepoDb.getHashSetName();
|
||||
this.version = centralRepoDb.getVersion();
|
||||
this.knownFilesType = centralRepoDb.getKnownFilesType();
|
||||
this.readOnly = centralRepoDb.isUpdateable();
|
||||
this.readOnly = ! centralRepoDb.isUpdateable();
|
||||
this.searchDuringIngest = centralRepoDb.getSearchDuringIngest();
|
||||
this.sendIngestMessages = centralRepoDb.getSendIngestMessages();
|
||||
this.path = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user