Skip to content

Commit

Permalink
Merge pull request #42 from zsoltk/renames
Browse files Browse the repository at this point in the history
Set desktop window title
  • Loading branch information
zsoltk authored Oct 25, 2023
2 parents 612e229 + cce0128 commit b3adde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktopApp/src/desktopMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fun main() = application {
val windowState = rememberWindowState(placement = WindowPlacement.Fullscreen)
val eventScope = remember { CoroutineScope(SupervisorJob() + Dispatchers.Main) }
Window(
title = "Bumble Tech Live mosaic",
state = windowState,
onCloseRequest = ::exitApplication,
onKeyEvent = { onKeyEvent(it, events, eventScope) },
Expand Down

0 comments on commit b3adde5

Please sign in to comment.