Remove big download button in favour of am-lyrics download button
This commit is contained in:
parent
3077cbf32e
commit
134ceb306a
1 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue