Remove big download button in favour of am-lyrics download button

This commit is contained in:
binimum 2025-12-31 18:54:48 +00:00 committed by GitHub
parent 3077cbf32e
commit 134ceb306a
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) => { const renderControls = (container) => {
container.innerHTML = ` 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"> <button id="close-side-panel-btn" class="btn-icon" title="Close">
${SVG_CLOSE} ${SVG_CLOSE}
</button> </button>