Use the airplane icon for the offline playlist

This commit is contained in:
vfsfitvnm
2022-07-27 19:20:58 +02:00
parent fac7ed8b51
commit 28af669ccf
2 changed files with 11 additions and 2 deletions

View File

@@ -482,9 +482,9 @@ fun HomeScreen() {
}
if (playlistGridExpanded) {
item(key = "cached") {
item(key = "offline") {
BuiltInPlaylistItem(
icon = R.drawable.download,
icon = R.drawable.airplane,
colorTint = colorPalette.blue,
name = "Offline",
modifier = Modifier