mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 13:32:20 +00:00
close confirmation fix
This commit is contained in:
@@ -226,8 +226,7 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
}
|
||||
|
||||
if (swf != null) {
|
||||
Main.closeAll();
|
||||
return true;
|
||||
return Main.closeAll();
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user