Merge pull request #38 from uimaxbai/main
Remove big download button in favour of am-lyrics download button
This commit is contained in:
commit
6c29bc1c73
1 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue