aboutsummaryrefslogtreecommitdiff
path: root/lib/notification/notify_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/notification/notify_windows.go')
-rw-r--r--lib/notification/notify_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notification/notify_windows.go b/lib/notification/notify_windows.go
index d927ee1..999380a 100644
--- a/lib/notification/notify_windows.go
+++ b/lib/notification/notify_windows.go
@@ -25,7 +25,7 @@ func Send(title, text string, critical, sound bool) error {
Message: message,
Audio: toast.Silent,
Duration: toast.Short,
-// Icon: ...,
+ // Icon: ...,
}
if sound {
notification.Audio = toast.IM