From d9af6dec328404418cd311712623155ce9b6720e Mon Sep 17 00:00:00 2001 From: Zach Botterman <6074435+popaprozac@users.noreply.github.com> Date: Sun, 2 Mar 2025 22:49:31 -0800 Subject: [PATCH] ignore bindings notification callback Co-authored-by: Lea Anthony --- v3/pkg/services/notifications/notifications.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/pkg/services/notifications/notifications.go b/v3/pkg/services/notifications/notifications.go index d971959ac..c23b8edf5 100644 --- a/v3/pkg/services/notifications/notifications.go +++ b/v3/pkg/services/notifications/notifications.go @@ -60,6 +60,7 @@ func (ns *Service) ServiceName() string { // OnNotificationResponse registers a callback function that will be called when // a notification response is received from the user. +//wails:ignore func (ns *Service) OnNotificationResponse(callback func(response NotificationResponse)) { ns.callbackLock.Lock() defer ns.callbackLock.Unlock()