This commit is contained in:
popaprozac 2025-03-20 13:49:49 -07:00
commit 94f245f035

View file

@ -315,7 +315,7 @@ func (dn *darwinNotifier) RemoveNotification(identifier string) error {
//export captureResult
func captureResult(channelID C.int, success C.bool, errorMsg *C.char) {
ns := getNotificationService()
if ns != nil {
if ns == nil {
return
}