Trait dioxus_mobile::wry::application::platform::unix::WindowBuilderExtUnix[]

pub trait WindowBuilderExtUnix {
    fn with_skip_taskbar(self, skip: bool) -> WindowBuilder;
}

Required methods

Whether to create the window icon with the taskbar icon or not.

Implementors