mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
More work on getting Auto ingest options into Tools
This commit is contained in:
parent
6883436c5f
commit
a035e1e1fd
@ -1835,7 +1835,7 @@ public class AutoIngestSettingsPanel extends javax.swing.JPanel {
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
private void bnCancelActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnCancelActionPerformed
|
||||
parent.dispose();
|
||||
//parent.dispose();
|
||||
}//GEN-LAST:event_bnCancelActionPerformed
|
||||
|
||||
private void bnEditIngestSettingsActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnEditIngestSettingsActionPerformed
|
||||
@ -1966,7 +1966,7 @@ public class AutoIngestSettingsPanel extends javax.swing.JPanel {
|
||||
}
|
||||
if (isValidNodePanel) {
|
||||
store();
|
||||
parent.dispose();
|
||||
controller.changed();
|
||||
}
|
||||
}//GEN-LAST:event_bnSaveActionPerformed
|
||||
|
||||
|
@ -30,7 +30,7 @@ import java.util.logging.Level;
|
||||
import org.sleuthkit.autopsy.coreutils.Logger;
|
||||
|
||||
@OptionsPanelController.TopLevelRegistration(categoryName = "#OptionsCategory_Name_Auto_Ingest",
|
||||
iconBase = "org/sleuthkit/autopsy/images/User-Group-icon-green32.png",
|
||||
iconBase = "org/sleuthkit/autopsy/experimental/images/frame32.gif",
|
||||
position = 3,
|
||||
keywords = "#OptionsCategory_Keywords_Auto_Ingest_Settings",
|
||||
keywordsCategory = "Auto Ingest")
|
||||
@ -43,7 +43,7 @@ public final class AutoIngestSettingsPanelController extends OptionsPanelControl
|
||||
|
||||
@Override
|
||||
public void update() {
|
||||
getPanel().load();
|
||||
getPanel().load(false);
|
||||
changed = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user