mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
disable timezone and skip fat options in Add Local FIles wizard
This commit is contained in:
parent
7392085ba1
commit
8bd88761f0
@ -102,6 +102,15 @@ final class AddImageVisualPanel1 extends JPanel {
|
||||
|
||||
});
|
||||
currentPanel.select();
|
||||
if (currentPanel.getContentType().equals(ContentType.LOCAL)) {
|
||||
//disable image specific options
|
||||
noFatOrphansCheckbox.setEnabled(false);
|
||||
timeZoneComboBox.setEnabled(false);
|
||||
}
|
||||
else {
|
||||
noFatOrphansCheckbox.setEnabled(true);
|
||||
timeZoneComboBox.setEnabled(true);
|
||||
}
|
||||
updateUI(null);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user