Fix windows and mac builds

This commit is contained in:
Bernd Schoolmann 2023-12-28 13:12:18 +01:00
parent 7f4565b048
commit 258b17c278
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
package notify
func Notify(title string, body string) error {
func Notify(title string, body string, actionName string, onclose func()) error {
// no notifications on windows or darwin
return nil
}