Added readme and cleaned up some ui pieces

This commit is contained in:
Chris Cochrun 2022-02-11 09:58:38 -06:00
parent 6e9e1eca0d
commit 42e772591c
9 changed files with 74 additions and 53 deletions

View file

@ -25,8 +25,12 @@ Item {
label: title
subtitle: author
hoverEnabled: true
onClicked: ListView.view.currentIndex = index
onClicked: {
ListView.view.currentIndex = index
songTitle = title
songLyrics = lyrics
showPassiveNotification(songLyrics, 3000)
}
}
}