mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
fix(queue): use data-tooltip instead of title for source badge
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -458,7 +458,7 @@ export default function QueuePanel() {
|
|||||||
{playbackSource && (
|
{playbackSource && (
|
||||||
<span
|
<span
|
||||||
className="queue-current-tech-source"
|
className="queue-current-tech-source"
|
||||||
title={
|
data-tooltip={
|
||||||
playbackSource === 'offline'
|
playbackSource === 'offline'
|
||||||
? t('queue.sourceOffline')
|
? t('queue.sourceOffline')
|
||||||
: playbackSource === 'hot'
|
: playbackSource === 'hot'
|
||||||
|
|||||||
Reference in New Issue
Block a user