Function fractal::utils::notifications::string_as_notification_icon
source ยท pub fn string_as_notification_icon(
string: &str,
helper_widget: &Widget,
) -> Result<Texture, Error>
Expand description
Generate a notification icon from a string.
This should match the behavior of AdwAvatar
.