Skip to content

Fix crash when clicking add account

Christian Baum requested to merge xianbaum/minosoft:master into master

I am not familiar with Kotlin or JavaFX, so feel free to reject this PR if it is incorrect, but it does seem to fix issue #37 (closed)

I added Platform.runLater on init calls that access the stage property, otherwise uninitialized.

Merge request reports