Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 4, 2024
1 parent 51af4f0 commit 18c5464
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 @@ -189,6 +189,7 @@ public void toggleStudentList() {
@FXML
public void handleView() {
if (!viewWindow.isShowing()) {
viewWindow = new ViewWindow(logic);
viewWindow.show();
} else {
viewWindow.focus();
Expand Down

0 comments on commit 18c5464

Please sign in to comment.