mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
3650 add back loop over entire set of files for logical files dsp
This commit is contained in:
parent
b239a19329
commit
73f36a676b
@ -191,6 +191,9 @@ final class LocalFilesPanel extends javax.swing.JPanel {
|
||||
StringBuilder allPaths = new StringBuilder();
|
||||
for (File f : files) {
|
||||
currentFiles.add(f);
|
||||
}
|
||||
for (File f : currentFiles) {
|
||||
//loop over set of all files to ensure list is accurate
|
||||
//update label
|
||||
allPaths.append(f.getAbsolutePath()).append("\n");
|
||||
}
|
||||
|
BIN
Core/test/filter_test1.img
Normal file
BIN
Core/test/filter_test1.img
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user