mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +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();
|
long obj_id = entry.getKey();
|
||||||
String path = entry.getValue();
|
String path = entry.getValue();
|
||||||
boolean fileExists = (new File(path).isFile() || DriveUtils.driveExists(path));
|
boolean fileExists = (new File(path).isFile() || DriveUtils.driveExists(path));
|
||||||
|
|
||||||
if (!fileExists) {
|
if (!fileExists) {
|
||||||
int response = JOptionPane.showConfirmDialog(
|
int response = JOptionPane.showConfirmDialog(
|
||||||
mainFrame,
|
mainFrame,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user