Merge pull request #34 from PM2-IT21bWIN-ruiz-mach-krea/Fix_WindowCloseHandler

fixed Disconnecting when window is closed
This commit is contained in:
fassband 2022-04-14 19:36:26 +02:00 committed by GitHub Enterprise
commit af46e499ff
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class ChatWindowController {
}
private void applicationClose() {
connectionHandler.setState(DISCONNECTED);
disconnect();
}
@FXML