pub fn get_embedded_logo(distro: Option<&str>) -> Option<&'static [u8]>Expand description
Returns the raw PNG bytes for an embedded distro logo.
If the distro is not recognized, it falls back to the Tux (Linux) logo.
Only available when the graphics feature is enabled.