Skip to content

Commit

Permalink
fix resume window bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dabzpengu committed Apr 15, 2024
1 parent f6d4886 commit aaf9ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/address/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ private void handleExit() {
(int) primaryStage.getX(), (int) primaryStage.getY());
logic.setGuiSettings(guiSettings);
helpWindow.hide();
resumeWindow.hide();
primaryStage.hide();
}

Expand Down

0 comments on commit aaf9ece

Please sign in to comment.