Exclude the notifier response callback from generated bindings

This commit is contained in:
Viktor Liu
2026-07-29 15:14:54 +02:00
parent d4e76387ee
commit f87c8e89e8

View File

@@ -94,6 +94,8 @@ func (n *Notifier) RegisterNotificationCategory(category notifications.Notificat
// OnNotificationResponse registers the response callback. Pure Go state, so
// it is safe (and simply inert) when the backend never started.
//
//wails:ignore
func (n *Notifier) OnNotificationResponse(callback func(result notifications.NotificationResult)) {
n.inner.OnNotificationResponse(callback)
}