EpisodeItem: Don't highlight downloaded items in dark purple
We already show a downloaded episode by a bar on the left side of the screen, so we can re-use the "fresh" and "normal" colors (light purple and black) for downloaded episodes.
This commit is contained in:
parent
172dabc6be
commit
5e15f13bb3
1 changed files with 0 additions and 2 deletions
|
@ -192,8 +192,6 @@ Item {
|
|||
return Constants.colors.download;
|
||||
} else if (episodeItem.opened) {
|
||||
return Constants.colors.highlight;
|
||||
} else if (isNew && downloadState == Constants.state.downloaded) {
|
||||
return Constants.colors.highlight;
|
||||
} else if (isNew) {
|
||||
return Constants.colors.fresh;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue