Fix windows build

This commit is contained in:
Bernd Schoolmann 2024-02-04 00:56:55 +01:00
parent 39c175a1f6
commit 01fe7b7ff4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ package notify
import (
"time"
"gopkg.in/toast.v1"
"github.com/go-toast/toast"
)
func Notify(title string, body string, actionName string, timeout time.Duration, onclose func()) error {