feat: confirm before discarding the current queue (#2300)

* feat: confirm before discarding the current queue
This commit is contained in:
York
2026-08-05 12:33:49 +08:00
committed by GitHub
parent 2572726730
commit 0a9d1fbbf1
5 changed files with 134 additions and 35 deletions
@@ -138,7 +138,7 @@ const QueuePlaybackIcons = ({ tableRef }: { tableRef: RefObject<ItemListHandle |
variant="subtle"
/>
<ActionIcon
icon="x"
icon="delete"
iconProps={{ size: 'lg' }}
onClick={handleClearQueue}
tooltip={{ label: t('action.clearQueue') }}