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
@@ -49,7 +49,7 @@ public class ChatWindowController {
}
private void applicationClose() {
connectionHandler.setState(DISCONNECTED);
disconnect();
}
@FXML