Unable to Open Slint Rust App in Fullscreen Mode #7478
Labels
a:backend-winit
Winit backend (mS,mO)
bug
Something isn't working
need triaging
Issue that the owner of the area still need to triage
Bug Description
I've tried multiple approaches to launch the (default Slint + Rust template) app in fullscreen mode, but none of them work:
full-screen: true
property on theAppWindow
widgetui.window().set_fullscreen(true)
inmain.rs
SLINT_FULLSCREEN=1
environment variable (both debug and release builds)In all cases, the app launches in windowed mode instead of fullscreen, with all window decorations (title bar, close button, etc.) still visible.
This issue occurs on:
Reproducible Code (if applicable)
Environment Details
Product Impact
The text was updated successfully, but these errors were encountered: