diff --git a/espanso/src/cli/worker/ui/notification.rs b/espanso/src/cli/worker/ui/notification.rs index 632e9cf..9d18479 100644 --- a/espanso/src/cli/worker/ui/notification.rs +++ b/espanso/src/cli/worker/ui/notification.rs @@ -68,4 +68,9 @@ impl<'a> espanso_engine::process::NotificationManager for NotificationManager<'a self.notify("Espanso disabled!") } } + + fn notify_rendering_error(&self) { + self + .notify("An error occurred during rendering, please examine the logs for more information."); + } }