Skip to main content

system_icon_set

Function system_icon_set 

Source
pub fn system_icon_set() -> IconSet
Expand description

Detect the native icon set for the current operating system.

Returns the platform-appropriate icon set at runtime using cfg!() macros:

ยงExamples

use native_theme::{IconSet, system_icon_set};

let set = system_icon_set();
// On Linux, this returns Freedesktop