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))