mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Fix storing of read only flag
This commit is contained in:
parent
399b7a4b38
commit
bca71afa70
@ -363,7 +363,7 @@ final class HashLookupSettings implements Serializable {
|
|||||||
this.hashSetName = centralRepoDb.getHashSetName();
|
this.hashSetName = centralRepoDb.getHashSetName();
|
||||||
this.version = centralRepoDb.getVersion();
|
this.version = centralRepoDb.getVersion();
|
||||||
this.knownFilesType = centralRepoDb.getKnownFilesType();
|
this.knownFilesType = centralRepoDb.getKnownFilesType();
|
||||||
this.readOnly = centralRepoDb.isUpdateable();
|
this.readOnly = ! centralRepoDb.isUpdateable();
|
||||||
this.searchDuringIngest = centralRepoDb.getSearchDuringIngest();
|
this.searchDuringIngest = centralRepoDb.getSearchDuringIngest();
|
||||||
this.sendIngestMessages = centralRepoDb.getSendIngestMessages();
|
this.sendIngestMessages = centralRepoDb.getSendIngestMessages();
|
||||||
this.path = "";
|
this.path = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user