From 7f7c64233926d055ec13c91483cafe48e35ee8b2 Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Thu, 28 Sep 2023 10:02:44 -0500 Subject: [PATCH] [v3 linux] systray.openMenu --- v3/pkg/application/systemtray_linux.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v3/pkg/application/systemtray_linux.go b/v3/pkg/application/systemtray_linux.go index 79149e1d..f2cee68d 100644 --- a/v3/pkg/application/systemtray_linux.go +++ b/v3/pkg/application/systemtray_linux.go @@ -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))