mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 11:54:59 -04:00
fix crash when adding microsoft account
This commit is contained in:
parent
a4b15ca7bb
commit
f53760ff90
@ -37,7 +37,10 @@ class MicrosoftAddController(
|
||||
|
||||
|
||||
fun show() {
|
||||
JavaFXUtil.openModalAsync(TITLE, LAYOUT, this, modality = Modality.APPLICATION_MODAL) { stage.show() }
|
||||
JavaFXUtil.runLater {
|
||||
JavaFXUtil.openModal(TITLE, LAYOUT, this, modality = Modality.APPLICATION_MODAL)
|
||||
stage.show()
|
||||
}
|
||||
}
|
||||
|
||||
override fun init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user