Skip to content

Commit e8b2022

Browse files
leukippandydotxyz
authored andcommitted
Use title as notifier item id on linux
1 parent 436a931 commit e8b2022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systray_unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func (t *tray) createPropSpec() map[string]map[string]*prop.Prop {
310310
Callback: nil,
311311
},
312312
"Id": {
313-
Value: "1",
313+
Value: t.title,
314314
Writable: false,
315315
Emit: prop.EmitTrue,
316316
Callback: nil,

0 commit comments

Comments
 (0)