Skip to content

Commit

Permalink
Added title for browser app
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Feb 4, 2024
1 parent f685737 commit a993ed9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composeApp/src/wasmJsMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ fun main() {

lifecycle.resume()

CanvasBasedWindow(canvasElementId = "ComposeTarget") { App(root) }
CanvasBasedWindow(title = "Minesweeper", canvasElementId = "ComposeTarget") {
App(root)
}
}

0 comments on commit a993ed9

Please sign in to comment.