Skip to content

Commit

Permalink
Merge pull request AY2324S2-CS2103T-T08-3#198 from dabzpengu/ui-fix
Browse files Browse the repository at this point in the history
UI fix
  • Loading branch information
dabzpengu authored Apr 15, 2024
2 parents de89d9f + aaf9ece commit 2e42fae
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 2e42fae

Please sign in to comment.