Touch: Cleanup UI
This commit is contained in:
parent
0fafc27145
commit
7e7bfbe69e
6 changed files with 24 additions and 63 deletions
|
@ -67,6 +67,11 @@ SlidePage {
|
|||
section.property: 'section'
|
||||
section.delegate: SectionHeader { text: section }
|
||||
|
||||
PPlaceholder {
|
||||
text: 'No podcasts'
|
||||
visible: podcastList.count === 0
|
||||
}
|
||||
|
||||
model: podcastListModel
|
||||
|
||||
delegate: PodcastItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue