Function apply_tabbed
Source pub fn apply_tabbed(
window: impl HasWindowHandle,
dark: Option<bool>,
) -> Result<(), Error>
Expand description
Applies mica tabbed effect to window. Works only on Windows 11.
§Arguments
dark
: If None
is provide, it will match the system preference
- Linux / macOS: Unsupported.