From 098431535bd01b0832f85ac6fb41679e652251d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hilmar=20G=C3=BAstafsson?= Date: Fri, 31 Jan 2020 19:06:09 +0100 Subject: [PATCH] Remove debugging leftovers --- src/ui/windows.rs | 2 -- 1 file changed, 2 deletions(-) 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");