Touch: Cleanup UI
This commit is contained in:
parent
0fafc27145
commit
7e7bfbe69e
6 changed files with 24 additions and 63 deletions
|
@ -81,6 +81,11 @@ SlidePage {
|
|||
title: episodesPage.title
|
||||
model: GPodderEpisodeListModel { id: episodeListModel }
|
||||
|
||||
PPlaceholder {
|
||||
text: 'No episodes'
|
||||
visible: episodeList.count === 0
|
||||
}
|
||||
|
||||
delegate: EpisodeItem { }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue