提交 745c52e8 编写于 作者: A Ahmed Ashour 提交者: skylot

fix(gui): closing jadx main window terminates JVM (#639) (PR #641)

上级 cab3f5da
...@@ -967,6 +967,7 @@ public class MainWindow extends JFrame { ...@@ -967,6 +967,7 @@ public class MainWindow extends JFrame {
settings.setMainWindowExtendedState(getExtendedState()); settings.setMainWindowExtendedState(getExtendedState());
cancelBackgroundJobs(); cancelBackgroundJobs();
dispose(); dispose();
System.exit(0);
} }
public JadxWrapper getWrapper() { public JadxWrapper getWrapper() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册