What is the best way to make a window open maximiz...
# compose-desktop
r
What is the best way to make a window open maximized?
events = WindowEvents(onOpen = {  AppManager.windows.forEach { it.maximize() } })
works as long as I have one window, but there's a lag before it recomposes w/ the new size.