From 2e652f24eea07c379b7d850bc6700fa03c0ef1e6 Mon Sep 17 00:00:00 2001 From: JackDoan Date: Wed, 1 Oct 2025 13:52:44 -0500 Subject: [PATCH] linux: Refresh the menu when it's set so dbus ever finds out --- v3/pkg/application/systemtray_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/pkg/application/systemtray_linux.go b/v3/pkg/application/systemtray_linux.go index ea139b63619..86003484b77 100644 --- a/v3/pkg/application/systemtray_linux.go +++ b/v3/pkg/application/systemtray_linux.go @@ -222,6 +222,7 @@ func (s *linuxSystemTray) setMenu(menu *Menu) { menu.processRadioGroups() s.processMenu(menu, 0) s.menu = menu + s.refresh() } func (s *linuxSystemTray) positionWindow(window Window, offset int) error {