Join Slack
Powered by
What is the best way to make a window open maximiz...
# compose-desktop
r
rnett
01/22/2021, 5:51 AM
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.
3
Views
Open in Slack
Previous
Next