commit ce85ab5

delthas  ·  2024-05-31 14:00:50 +0000 UTC
parent 9a934fa
Fix compilation on non-Linux (again)
1 files changed,  +1, -1
+1, -1
1@@ -10,4 +10,4 @@ func (ui *UI) notify(target NotifyEvent, title, content string) int {
2 
3 func notifyClose(id int) {}
4 
5-func NotifyStart(f func(event NotifyEvent)) {}
6+func NotifyStart(f func(event *NotifyEvent)) {}