mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 09:25:33 +00:00
swf2xml,xml2swf from command line allow to open multi
This commit is contained in:
@@ -106,7 +106,9 @@ public class LoadingDialog extends AppDialog implements ImageObserver {
|
||||
addWindowListener(new WindowAdapter() {
|
||||
@Override
|
||||
public void windowClosing(WindowEvent e) {
|
||||
System.exit(0);
|
||||
if (Main.shouldCloseWhenClosingLoadingDialog) {
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
});
|
||||
pack();
|
||||
|
||||
Reference in New Issue
Block a user