tweaks to how we change to a different song
This commit is contained in:
parent
f1b4ac495e
commit
28958721f2
2 changed files with 28 additions and 27 deletions
|
@ -237,7 +237,7 @@ ColumnLayout {
|
|||
implicitWidth: libraryList.width
|
||||
height: selectedLibrary == libraryType ? 50 : 0
|
||||
clip: true
|
||||
label: title
|
||||
label: index + " " + title
|
||||
subtitle: {
|
||||
if (libraryType == "song")
|
||||
author
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue