go-nativenotify

Native notifications in Go
Log | Files | Refs | README | LICENSE

commit 2dc26c2ba1a416f072d67b707c3671564a6f13c7
parent fc28233ec21f272831861bd618839654372075c1
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Thu, 16 Jan 2025 16:55:45 +0800

notify: [liunx] remove comment

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
Mnotify_linux.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notify_linux.go b/notify_linux.go @@ -61,7 +61,7 @@ func push(n Notification) (err error) { for _, a := range n.ButtonActions { buttons = append(buttons, shout.Button{ - Action: a.AppPayload, // unsure about this [#nocommit] + Action: a.AppPayload, Label: a.LabelText, }) }