mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 21:12:00 +00:00
cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ public class FolderItem implements TreeItem {
|
||||
if (subItems == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
for (TreeItem ti : subItems) {
|
||||
if (ti.isModified()) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user