From 814040a62e32cc0836b43dfb1a3a6336ae888493 Mon Sep 17 00:00:00 2001 From: NaccOll Date: Mon, 18 Aug 2025 22:42:16 +0800 Subject: [PATCH] fix: provide specific error message when notify-send is not installed --- src/integrations/notifications/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/integrations/notifications/index.ts b/src/integrations/notifications/index.ts index ef59d1e4a2..6962637c9e 100644 --- a/src/integrations/notifications/index.ts +++ b/src/integrations/notifications/index.ts @@ -60,7 +60,12 @@ async function showLinuxNotification(options: NotificationOptions): Promise