commit 9a934fa

delthas  ·  2024-05-31 13:59:31 +0000 UTC
parent 1c49cca
Fix compilation on non-Linux
1 files changed,  +1, -1
+1, -1
1@@ -3,7 +3,7 @@
2 
3 package ui
4 
5-func (ui *UI) notify(title, content string) int {
6+func (ui *UI) notify(target NotifyEvent, title, content string) int {
7 	ui.screen.Notify(title, content)
8 	return -1
9 }