Skip to content

Commit 233c144

Browse files
committed
agent: set tray tooltip
1 parent 13e6874 commit 233c144

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/agent_local/tray/tray.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ func (t *Tray) Quit() {
7777

7878
func (t *Tray) systrayReady() {
7979
t.started = true
80+
systray.SetTooltip("authentik Platform Agent")
8081
if runtime.GOOS == "windows" {
8182
systray.SetTemplateIcon(nil, icon.Ico)
8283
} else {

0 commit comments

Comments
 (0)