We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e6874 commit 233c144Copy full SHA for 233c144
1 file changed
pkg/agent_local/tray/tray.go
@@ -77,6 +77,7 @@ func (t *Tray) Quit() {
77
78
func (t *Tray) systrayReady() {
79
t.started = true
80
+ systray.SetTooltip("authentik Platform Agent")
81
if runtime.GOOS == "windows" {
82
systray.SetTemplateIcon(nil, icon.Ico)
83
} else {
0 commit comments