Merge pull request #38 from uimaxbai/main

Remove big download button in favour of am-lyrics download button
This commit is contained in:
Samidy 2025-12-31 23:53:06 -08:00 committed by GitHub
commit 6c29bc1c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,9 +163,6 @@ export async function openLyricsPanel(track, audioPlayer, lyricsManager) {
const renderControls = (container) => {
container.innerHTML = `
<button id="download-lrc-btn" class="btn-icon" title="Download LRC">
${SVG_DOWNLOAD}
</button>
<button id="close-side-panel-btn" class="btn-icon" title="Close">
${SVG_CLOSE}
</button>