mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-23 23:41:41 -04:00
This was supposed to have been fixed in #18739, but either there was a regression, or it never actually fixed it. In order for the application title to be used as the ID by the fyne.io/systray package, systray.SetTitle() must be called before systray.Run(). Updates #18736 Signed-off-by: Will Norris <will@tailscale.com>