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 6822f0b commit 7df92f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/seedu/address/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private void setWindowDefaultSize(GuiSettings guiSettings) {
@FXML
public void handleHelp() {
if (!helpWindow.isShowing()) {
viewWindow = new ViewWindow(logic);
helpWindow.show();
} else {
helpWindow.focus();
Expand Down

0 comments on commit 7df92f2

Please sign in to comment.