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

This commit is contained in:
Skylot
2022-05-08 11:08:24 +01:00
parent e784c7f7df
commit a06df187c9
@@ -443,7 +443,7 @@ public class MainWindow extends JFrame {
return false;
}
if (res == JOptionPane.YES_OPTION) {
project.save();
saveProject();
}
}
return true;