tray: separator between troubleshoot and version info in about submenu

This commit is contained in:
Zoltan Papp
2026-05-28 11:44:13 +02:00
parent a5635f8825
commit e4420b1f96

View File

@@ -449,6 +449,7 @@ func (t *Tray) buildMenu() *application.Menu {
about.Add(t.loc.T("tray.menu.troubleshoot")).OnClick(func(*application.Context) {
t.svc.WindowManager.OpenSettings("troubleshooting")
})
about.AddSeparator()
// Disabled informational entries: the GUI version is baked in at
// build time via -ldflags, the daemon version comes from the first
// Status snapshot and is updated in applyStatus.