added some lyric checks to update the slides in songeditor

This commit is contained in:
Chris Cochrun 2022-08-28 14:54:56 -05:00
parent f151e5f05e
commit e1095817b0
3 changed files with 18 additions and 6 deletions

View file

@ -56,6 +56,7 @@ Item {
}
function appendVerse(verse) {
print("Let's append some verses")
print(verse);
songModel.append({"verse": verse})
}