client/systray: go back to using upstream library (#16938)

We had a fix in a local branch, but upstream has merged it now.

Updates #1708

Signed-off-by: Claus Lensbøl <claus@tailscale.com>
This commit is contained in:
Claus Lensbøl
2025-08-25 08:58:12 -04:00
committed by GitHub
parent 4236a759f3
commit fafb514538
8 changed files with 14 additions and 14 deletions

View File

@@ -15,9 +15,9 @@ import (
"sync"
"time"
"fyne.io/systray"
ico "github.com/Kodeworks/golang-image-ico"
"github.com/fogleman/gg"
"github.com/tailscale/systray"
)
// tsLogo represents the Tailscale logo displayed as the systray icon.

View File

@@ -24,10 +24,10 @@ import (
"syscall"
"time"
"fyne.io/systray"
ico "github.com/Kodeworks/golang-image-ico"
"github.com/atotto/clipboard"
dbus "github.com/godbus/dbus/v5"
"github.com/tailscale/systray"
"github.com/toqueteos/webbrowser"
"tailscale.com/client/local"
"tailscale.com/ipn"