mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 08:15:57 +00:00
Reformat and organize imports
This commit is contained in:
@@ -100,10 +100,8 @@ public class LoadingDialog extends AppDialog {
|
||||
public void windowClosing(WindowEvent e) {
|
||||
if (Main.shouldCloseWhenClosingLoadingDialog) {
|
||||
System.exit(0);
|
||||
} else {
|
||||
if (worker != null) {
|
||||
worker.cancel(true);
|
||||
}
|
||||
} else if (worker != null) {
|
||||
worker.cancel(true);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user