mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 11:12:31 +00:00
Added #1181 Remembering choice of loading assets via importassets tag
This commit is contained in:
@@ -308,7 +308,7 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
}
|
||||
|
||||
if (openable != null) {
|
||||
boolean result = Main.closeAll();
|
||||
boolean result = Main.closeAll(false);
|
||||
if (result) {
|
||||
openable = null;
|
||||
Timer timer = new Timer();
|
||||
|
||||
Reference in New Issue
Block a user