diff --git a/connector/composeApp/src/desktopMain/kotlin/main.kt b/connector/composeApp/src/desktopMain/kotlin/main.kt index 8a046f8..60b52f7 100644 --- a/connector/composeApp/src/desktopMain/kotlin/main.kt +++ b/connector/composeApp/src/desktopMain/kotlin/main.kt @@ -1,9 +1,9 @@ -import androidx.compose.runtime.Composable + import androidx.compose.ui.window.Window import androidx.compose.ui.window.application fun main() = application { - Window(onCloseRequest = ::exitApplication, title = "connector") { + Window(onCloseRequest = ::exitApplication, title = "Checklist Tester") { App() } -} \ No newline at end of file +}