commit 4d96ac2
delthas
·
2024-07-02 23:51:39 +0000 UTC
parent dff2f5e
Fix build on Mac OS
1 files changed,
+1,
-1
+1,
-1
1@@ -4,7 +4,7 @@
2 package ui
3
4 func (ui *UI) notify(target NotifyEvent, title, content string) int {
5- ui.screen.Notify(title, content)
6+ ui.vx.Notify(title, content)
7 return -1
8 }
9