mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:20:45 +00:00
close confirmation fix
This commit is contained in:
@@ -147,7 +147,7 @@ public final class MainFrameRibbon extends AppRibbonFrame {
|
||||
|
||||
}
|
||||
|
||||
boolean closeResult = panel.closeAll();
|
||||
boolean closeResult = panel.closeAll(true);
|
||||
if (closeResult) {
|
||||
Main.exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user