diff --git a/client/src/main/kotlin/org/hso/texturesyncclient/app/Main.kt b/client/src/main/kotlin/org/hso/texturesyncclient/app/Main.kt index 0c4a162..967f3fd 100644 --- a/client/src/main/kotlin/org/hso/texturesyncclient/app/Main.kt +++ b/client/src/main/kotlin/org/hso/texturesyncclient/app/Main.kt @@ -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) {