提交 a2df92dd 编写于 作者: S Skylot

fix(gui): correct app close on menu exit action

上级 1c6e51f8
......@@ -660,7 +660,7 @@ public class MainWindow extends JFrame {
Action exitAction = new AbstractAction(NLS.str("file.exit"), ICON_CLOSE) {
@Override
public void actionPerformed(ActionEvent e) {
dispose();
closeWindow();
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册