Fix windows and mac builds
This commit is contained in:
parent
7f4565b048
commit
258b17c278
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
package notify
|
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
|
// no notifications on windows or darwin
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue