diff --git a/tutorials/Window_API_new/README.md b/tutorials/Window_API_new/README.md index 7a3d0a3036..f5b20238ee 100644 --- a/tutorials/Window_API_new/README.md +++ b/tutorials/Window_API_new/README.md @@ -299,7 +299,7 @@ fun main() = application { Row(verticalAlignment = Alignment.CenterVertically) { Checkbox( - state.placement == WindowPlacement.Fullscreen, + state.placement == WindowPlacement.Maximized, { state.placement = if (it) { WindowPlacement.Maximized