[v3 linux] systray.openMenu

This commit is contained in:
Travis McLane
2023-09-28 10:02:44 -05:00
parent 03b79e9a67
commit 7f7c642339
+3
View File
@@ -94,6 +94,9 @@ func newSystemTrayImpl(s *SystemTray) systemTrayImpl {
}
}
func (s *linuxSystemTray) openMenu() {
}
func (s *linuxSystemTray) setLabel(label string) {
s.label = label
// C.systemTraySetLabel(s.nsStatusItem, C.CString(label))