fix(gui): ask for project file path on exit (#1474)
This commit is contained in:
@@ -443,7 +443,7 @@ public class MainWindow extends JFrame {
|
||||
return false;
|
||||
}
|
||||
if (res == JOptionPane.YES_OPTION) {
|
||||
project.save();
|
||||
saveProject();
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user