Maybe fix windows

This commit is contained in:
Tulir Asokan
2019-03-28 23:35:50 +02:00
parent 1b1cabb360
commit 4b7f7b081b
3 changed files with 11 additions and 4 deletions

View File

@ -16,13 +16,14 @@
package notification
import "gopkg.in/toast.v1"
import (
"gopkg.in/toast.v1"
)
func Send(title, text string, critical, sound bool) error {
notification := toast.Notification{
AppID: "gomuks",
Title: title,
Message: message,
Message: text,
Audio: toast.Silent,
Duration: toast.Short,
// Icon: ...,