mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Fixed wizard property name
This commit is contained in:
parent
1f153727db
commit
28b504e34e
@ -110,7 +110,7 @@ public class ReportWizardPanel1 implements WizardDescriptor.FinishablePanel<Wiza
|
||||
Map<GeneralReportModule, Boolean> generals = getComponent().getGeneralModuleStates();
|
||||
wiz.putProperty("tableModuleStates", tables);
|
||||
wiz.putProperty("generalModuleStates", generals);
|
||||
wiz.putProperty("fileListModuleStates", getComponent().getFileModuleStates());
|
||||
wiz.putProperty("fileModuleStates", getComponent().getFileModuleStates());
|
||||
|
||||
// Store preferences that WizardIterator will use to determine what
|
||||
// panels need to be shown
|
||||
|
Loading…
x
Reference in New Issue
Block a user