From 7994c289aae7662fee9b86f9424d230c7b612b3d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 21 Mar 2018 00:21:16 +0200 Subject: Refactor some things and format everything --- notification/notify_windows.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'notification/notify_windows.go') diff --git a/notification/notify_windows.go b/notification/notify_windows.go index 74ef7a6..71c547d 100644 --- a/notification/notify_windows.go +++ b/notification/notify_windows.go @@ -20,12 +20,12 @@ import "gopkg.in/toast.v1" func Send(title, text string, critical bool) error { notification := toast.Notification{ - AppID: "gomuks", - Title: title, - Message: message, - Audio: toast.IM, + AppID: "gomuks", + Title: title, + Message: message, + Audio: toast.IM, Duration: toast.Short, -// Icon: ..., +// Icon: ..., } if critical { notification.Duration = toast.Long -- cgit v1.2.3