floem
floem copied to clipboard
can not create fullscreen window with title bar
let window_config = WindowConfig::default()
.show_titlebar(true).fullscreen(floem::window::Fullscreen::Borderless(None))
.with_transparent(false)
.apply_default_theme(false);
This can create fullscreen window ,but titlebar is missing .