Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Jun 8, 2020
1 parent f632c57 commit c255490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/main/java/com/charades/client/View.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ public void setMenuScene() {
Sound.stopSound();
Platform.runLater(() -> {
fxmlController.resetCreateLobbyPanel();
fxmlController.lobbyMessage.setText("");
stage.setScene(menuScene);
stage.setMaxWidth(800);
stage.setMinWidth(800);
Expand Down

0 comments on commit c255490

Please sign in to comment.