commit 0f4a102

delthas  ·  2025-09-24 10:38:50 +0000 UTC
parent 8a77883
Fix building on !linux
1 files changed,  +2, -0
+2, -0
1@@ -2,6 +2,8 @@
2 
3 package ui
4 
5+import "fmt"
6+
7 func (ui *UI) notify(target NotifyEvent, title, content string) int {
8 	ui.vx.Notify(title, content)
9 	return -1