desktop_window
desktop_window copied to clipboard
How to set it to full screen?
How to set it to full screen?
I want to keep the full screen permanently,the user cannot adjust it,thank you
just call setFullscreen(true) in runApp, if you want Kiosk mode on Windows please wait for a future update or submit a pr.
I just noticed you can run setBorders(false) and then setFullscreen(true) for a kiosk-like experience on windows.