mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 06:24:12 +02:00
feat(connector): add proper window title
This commit is contained in:
parent
faf7754770
commit
f284669539
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user