songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

commit 2afd56481076997bff7c0070ad80cfbe25b13a46
parent 105c81f7d6a7701f7f71b712ee697112e37d805c
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Wed, 10 Jun 2020 09:08:24 -0700

Remove extra colon in settings menu.

Diffstat:
MSongs2Slides/templates/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Songs2Slides/templates/index.html b/Songs2Slides/templates/index.html @@ -62,7 +62,7 @@ </div> <div id="settings" class="container" hidden> - <h3>Parsing:</h3> + <h3>Parsing</h3> <div> Add title slides: <input type="checkbox" id="title-slides" onchange="saveSettings();"/>