mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 17:27:43 +00:00
Fixed cut and paste error
This commit is contained in:
parent
2105e9c2ab
commit
855a79b05d
@ -1041,7 +1041,7 @@ public class PortableCaseReportModule implements ReportModule {
|
||||
|
||||
void updateInterestingItems(boolean saveInterestingFiles, boolean saveInterestingResults) {
|
||||
this.saveInterestingFiles = saveInterestingFiles;
|
||||
this.saveInterestingResults = saveInterestingFiles;
|
||||
this.saveInterestingResults = saveInterestingResults;
|
||||
}
|
||||
|
||||
void updateTagNames(List<TagName> tagNames) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user