Fix windows build
This commit is contained in:
parent
39c175a1f6
commit
01fe7b7ff4
|
@ -5,7 +5,7 @@ package notify
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gopkg.in/toast.v1"
|
"github.com/go-toast/toast"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Notify(title string, body string, actionName string, timeout time.Duration, onclose func()) error {
|
func Notify(title string, body string, actionName string, timeout time.Duration, onclose func()) error {
|
||||||
|
|
Loading…
Reference in New Issue