Remove debugging leftovers
This commit is contained in:
parent
581a923255
commit
098431535b
|
@ -62,8 +62,6 @@ impl super::UIManager for WindowsUIManager {
|
||||||
|
|
||||||
if let Ok(p) = get_icon_path() {
|
if let Ok(p) = get_icon_path() {
|
||||||
toast = toast.icon(&p, IconCrop::Circular, "espanso");
|
toast = toast.icon(&p, IconCrop::Circular, "espanso");
|
||||||
} else {
|
|
||||||
toast = toast.text2(":(");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
toast.show().expect("Unable to toast");
|
toast.show().expect("Unable to toast");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user