DeedleFake / trayscale

An unofficial GUI wrapper around the Tailscale CLI client.
MIT License
392 stars 14 forks source link

internal/tray: change the text and behavior of the self tray item a bit #95

Closed DeedleFake closed 3 months ago

DeedleFake commented 7 months ago

This tweaks the text, changes the way it's calculated slightly, and adds the ability to copy the displayed IP address to the clipboard by clicking on it.

DeedleFake commented 7 months ago

CC @slagiewka.

DeedleFake commented 7 months ago

this app always has some handle to a window

It doesn't, unfortunately. I realized yesterday that a.win is nil if the window isn't visible. I need to come up with a way around that problem before I can merge this. I found a way to get a clipboard reference without needing a widget, but attempting to use it fails silently when using it.