mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:50:46 +00:00
do not cache RECTs and (String,String) maps to file
This commit is contained in:
@@ -91,7 +91,7 @@ public class FolderPreviewPanel extends JPanel {
|
||||
|
||||
public FolderPreviewPanel(final MainPanel mainPanel, List<TreeItem> items) {
|
||||
this.items = items;
|
||||
cachedPreviews = Cache.getInstance(false, "preview");
|
||||
cachedPreviews = Cache.getInstance(false, false, "preview");
|
||||
|
||||
addMouseListener(new MouseAdapter() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user