diff --git a/src/ui/windows.rs b/src/ui/windows.rs index 1d5ab7b..ca84cba 100644 --- a/src/ui/windows.rs +++ b/src/ui/windows.rs @@ -62,8 +62,6 @@ impl super::UIManager for WindowsUIManager { if let Ok(p) = get_icon_path() { toast = toast.icon(&p, IconCrop::Circular, "espanso"); - } else { - toast = toast.text2(":("); } toast.show().expect("Unable to toast");