eros: fix wrongly disabled connect button

This commit is contained in:
Bixilon 2022-04-18 23:22:32 +02:00
parent 3595ba30f5
commit 818d3af996
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -224,6 +224,7 @@ class ServerListController : EmbeddedJavaFXController<Pane>(), Refreshable {
if (wasSelected) {
serverListViewFX.selectionModel.select(card)
setServerInfo(card)
}
}