mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-29 20:19:56 +00:00
tray: separator between troubleshoot and version info in about submenu
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user