Layout of song editor coming together

This commit is contained in:
Chris Cochrun 2022-02-11 11:02:41 -06:00
parent 42e772591c
commit 640eeb7349
5 changed files with 60 additions and 12 deletions

View file

@ -29,6 +29,7 @@ Item {
ListView.view.currentIndex = index
songTitle = title
songLyrics = lyrics
songAuthor = author
showPassiveNotification(songLyrics, 3000)
}
}