mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +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
|
}// </editor-fold>//GEN-END:initComponents
|
||||||
|
|
||||||
private void bnCancelActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnCancelActionPerformed
|
private void bnCancelActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnCancelActionPerformed
|
||||||
parent.dispose();
|
//parent.dispose();
|
||||||
}//GEN-LAST:event_bnCancelActionPerformed
|
}//GEN-LAST:event_bnCancelActionPerformed
|
||||||
|
|
||||||
private void bnEditIngestSettingsActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bnEditIngestSettingsActionPerformed
|
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) {
|
if (isValidNodePanel) {
|
||||||
store();
|
store();
|
||||||
parent.dispose();
|
controller.changed();
|
||||||
}
|
}
|
||||||
}//GEN-LAST:event_bnSaveActionPerformed
|
}//GEN-LAST:event_bnSaveActionPerformed
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ import java.util.logging.Level;
|
|||||||
import org.sleuthkit.autopsy.coreutils.Logger;
|
import org.sleuthkit.autopsy.coreutils.Logger;
|
||||||
|
|
||||||
@OptionsPanelController.TopLevelRegistration(categoryName = "#OptionsCategory_Name_Auto_Ingest",
|
@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,
|
position = 3,
|
||||||
keywords = "#OptionsCategory_Keywords_Auto_Ingest_Settings",
|
keywords = "#OptionsCategory_Keywords_Auto_Ingest_Settings",
|
||||||
keywordsCategory = "Auto Ingest")
|
keywordsCategory = "Auto Ingest")
|
||||||
@ -43,7 +43,7 @@ public final class AutoIngestSettingsPanelController extends OptionsPanelControl
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void update() {
|
public void update() {
|
||||||
getPanel().load();
|
getPanel().load(false);
|
||||||
changed = false;
|
changed = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user