fixing the crashes and maybe speed up loading of objects in slides

This commit is contained in:
Chris Cochrun 2022-09-07 13:32:36 -05:00
parent d5c050a333
commit e758958dca
4 changed files with 29 additions and 20 deletions

View file

@ -424,6 +424,7 @@ Item {
/* print("Here are the verses: " + verses); */
const verses = songsqlmodel.getLyricList(id);
verses.forEach(slideEditor.appendVerse);
/* slideEditor.loadVideo(); */
}
function clearSlides() {