mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop
This commit is contained in:
commit
ac36203ca5
@ -35,6 +35,7 @@ import org.openide.util.HelpCtx;
|
|||||||
import org.sleuthkit.datamodel.Content;
|
import org.sleuthkit.datamodel.Content;
|
||||||
import org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback;
|
import org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback;
|
||||||
import org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessor;
|
import org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessor;
|
||||||
|
import org.sleuthkit.autopsy.coreutils.PlatformUtil;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestJobSettings;
|
import org.sleuthkit.autopsy.ingest.IngestJobSettings;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel;
|
import org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestManager;
|
import org.sleuthkit.autopsy.ingest.IngestManager;
|
||||||
@ -271,7 +272,10 @@ class AddImageWizardIngestConfigPanel implements WizardDescriptor.Panel<WizardDe
|
|||||||
cleanupTask.disable();
|
cleanupTask.disable();
|
||||||
|
|
||||||
// Get attention for the process finish
|
// Get attention for the process finish
|
||||||
|
// this caused a crash on OS X
|
||||||
|
if (PlatformUtil.isWindowsOS() == true) {
|
||||||
java.awt.Toolkit.getDefaultToolkit().beep(); //BEEP!
|
java.awt.Toolkit.getDefaultToolkit().beep(); //BEEP!
|
||||||
|
}
|
||||||
AddImageWizardAddingProgressVisual panel = progressPanel.getComponent();
|
AddImageWizardAddingProgressVisual panel = progressPanel.getComponent();
|
||||||
if (panel != null) {
|
if (panel != null) {
|
||||||
Window w = SwingUtilities.getWindowAncestor(panel);
|
Window w = SwingUtilities.getWindowAncestor(panel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user