From da558da7bb73a12af3059479b9f0c1f8c1304d0c Mon Sep 17 00:00:00 2001 From: tannevaled Date: Mon, 31 Aug 2026 08:40:58 +0200 Subject: [PATCH] application: take tray v0.7.2 -- one item in the bar however often it attaches A backend told to prepare twice used to ask AppKit for a second NSStatusItem, and the first is retained: an application that attaches, stops, and attaches again grew one icon per round trip with no way to remove the strays. Additive upgrade; nothing here changes shape. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3d885a6..8b876f4 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26.4 require ( github.com/go-widgets/toolkit v0.288.0 - github.com/go-widgets/tray v0.7.1 + github.com/go-widgets/tray v0.7.2 github.com/go-widgets/window v0.57.0 ) diff --git a/go.sum b/go.sum index e730175..092a1aa 100644 --- a/go.sum +++ b/go.sum @@ -46,8 +46,8 @@ github.com/go-widgets/painter v0.11.0 h1:xsj4zTz8B43rOZnWrx7ZsaUBMgJyvgaE/Pq2Ffc github.com/go-widgets/painter v0.11.0/go.mod h1:IPRLqdUJuJX8sfuHeYLZCzjoLvA0ApbOlyIAVmguJDQ= github.com/go-widgets/toolkit v0.288.0 h1:vtQDXZAbZRSQqIoEYQf/xE8ARE4YV4QtfHGHgnKP6NM= github.com/go-widgets/toolkit v0.288.0/go.mod h1:IaRQFcV6FjxwzGXpHd3dpEoWZ+82f7dMPwtEZSH4nIg= -github.com/go-widgets/tray v0.7.1 h1:k+zvOtN/Zj2cCZVNBWCXB3Hx5QoVKKgNBZ6uvmj6V2s= -github.com/go-widgets/tray v0.7.1/go.mod h1:A0Sb4PeLyO0F7Y5BgFFWH8WdKoIWNZcN4H5W+FY6CV8= +github.com/go-widgets/tray v0.7.2 h1:9GnNPUCmgJ2Q9LXDBc0UrcaizAQOwFUMQVey4jHZNQo= +github.com/go-widgets/tray v0.7.2/go.mod h1:A0Sb4PeLyO0F7Y5BgFFWH8WdKoIWNZcN4H5W+FY6CV8= github.com/go-widgets/window v0.57.0 h1:FNPDgAddoQV3NSUid4X4OL0qNP1tD34daEOum89/aBY= github.com/go-widgets/window v0.57.0/go.mod h1:nJjeM1Zq9Jbr/j4KsC5WJDOQt9Ywz3At6ZK60CiZdos= github.com/godbus/dbus/v5 v5.2.2 h1:TUR3TgtSVDmjiXOgAAyaZbYmIeP3DPkld3jgKGV8mXQ=