mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-24 17:11:39 +01:00
Fix windows build
This commit is contained in:
parent
39c175a1f6
commit
01fe7b7ff4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user