mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Improved case deletion polish/cleanup
This commit is contained in:
parent
f6c1e68f4c
commit
fe576cf87f
@ -994,7 +994,6 @@ public class Case {
|
||||
long obj_id = entry.getKey();
|
||||
String path = entry.getValue();
|
||||
boolean fileExists = (new File(path).isFile() || DriveUtils.driveExists(path));
|
||||
|
||||
if (!fileExists) {
|
||||
int response = JOptionPane.showConfirmDialog(
|
||||
mainFrame,
|
||||
|
Loading…
x
Reference in New Issue
Block a user