diff --git a/v3/pkg/services/notifications/notifications_linux.go b/v3/pkg/services/notifications/notifications_linux.go index b9e60a971..58d78c2e9 100644 --- a/v3/pkg/services/notifications/notifications_linux.go +++ b/v3/pkg/services/notifications/notifications_linux.go @@ -278,6 +278,10 @@ func (n *internalNotifier) handleActionInvoked(systemID uint32, actionKey string n.Unlock() if notifID != "" && NotificationService != nil { + if actionKey == "default" { + actionKey = DefaultActionIdentifier + } + // First, send the action response with the user data response := NotificationResponse{ ID: notifID,