Launch hidden window

Using iced v0.14 on the master branch, how can I initially set the window to not be visible, and toggle its visibility later on? I’ve tried adding visible: false to the window::Settings, but it appears it has no effect. I’m on Hyprland, in case it makes a difference.

My specific use case is to reduce the latency between launching the window and having it appear. TYIA!

Hidden windows are not supported on Wayland.