From ad92607a21bc58fe4ca985f2382e293f609da0a4 Mon Sep 17 00:00:00 2001 From: Helmut Date: Fri, 29 May 2026 05:24:49 +0200 Subject: [PATCH] fix(ui): drop redundant tooltip on share button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit iOS doesn't have hover, so the tooltip only ever showed on desktop — where the share-arrow glyph is universally recognised anyway. Aria- label stays for screen readers. --- ui/src/app/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/app.html b/ui/src/app/app.html index 26f496a..847a628 100644 --- a/ui/src/app/app.html +++ b/ui/src/app/app.html @@ -855,7 +855,7 @@ } @if (entry[1].filename && canShareDownloads()) { - + }