Skip to content

Commit

Permalink
Update Main.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Dec 31, 2023
1 parent c36629e commit 972eea2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion desktopApp/src/jvmMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ object KoinPurse {
}

fun main() = application {
Window(onCloseRequest = ::exitApplication) {
Window(
title = "FotoPresenter",
onCloseRequest = ::exitApplication
) {
MainView(
KoinPurse.loginViewModel,
KoinPurse.directoryViewModel,
Expand Down

0 comments on commit 972eea2

Please sign in to comment.