未验证 提交 a06df187 编写于 作者: S Skylot

fix(gui): ask for project file path on exit (#1474)

上级 e784c7f7
......@@ -443,7 +443,7 @@ public class MainWindow extends JFrame {
return false;
}
if (res == JOptionPane.YES_OPTION) {
project.save();
saveProject();
}
}
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册