floem icon indicating copy to clipboard operation
floem copied to clipboard

can not create fullscreen window with title bar

Open moon989 opened this issue 8 months ago • 0 comments

    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 .

moon989 avatar May 29 '24 04:05 moon989