Skip to content

Commit

Permalink
fix(gui): ask for project file path on exit (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed May 8, 2022
1 parent e784c7f commit a06df18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jadx-gui/src/main/java/jadx/gui/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ private boolean ensureProjectIsSaved() {
return false;
}
if (res == JOptionPane.YES_OPTION) {
project.save();
saveProject();
}
}
return true;
Expand Down

0 comments on commit a06df18

Please sign in to comment.