Fix #27 (StartupViewController is created twice) again

This commit is contained in:
CodeSteak 2019-06-13 18:04:46 +02:00
parent 56c62422cc
commit 37406acd98
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import tornadofx.App
class Main : App(StartupView::class) {
val svc = StartupViewController()
private val svc: StartupViewController by inject()
override fun start(stage: Stage) {