go-toast

Send toast notifications in Windows
Log | Files | Refs | README | LICENSE

commit e76d509b45be5b6ccbac91f4a63b8f6751e9b0d6
parent 67a0f31080910ecdd58ce91c21992b832d85c61e
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Wed, 15 Mar 2023 14:11:08 +0800

toast: remove incorrect comment

The related function was removed.

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

Diffstat:
Mtoast.go | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/toast.go b/toast.go @@ -14,8 +14,6 @@ import ( // - Title // // If no toastAudio is provided, then the toast notification will be silent. -// You can set the toast to have a default audio by setting "Audio" to "toast.Default", or if your go app takes -// user-provided input for audio, call the "toast.Audio(name)" func. // // The AppID is shown beneath the toast message (in certain cases), and above the notification within the Action // Center - and is used to group your notifications together. It is recommended that you provide a "pretty"