From 7079ea53dbef1104f0b095dbda40a14818259860 Mon Sep 17 00:00:00 2001 From: Andrew Heberle Date: Thu, 11 Dec 2025 08:32:14 +0800 Subject: [PATCH] Don't close shared dbus connection --- notify_unix.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notify_unix.go b/notify_unix.go index 0305e97..1284f33 100644 --- a/notify_unix.go +++ b/notify_unix.go @@ -106,7 +106,6 @@ func notify1(title, message string, ico any, urgent bool) error { if err != nil { return err } - defer conn.Close() n := notify.Notification{ AppName: AppName,