mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
better download icon
This commit is contained in:
parent
3974fc7003
commit
0a411e8421
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ private extension EpisodeCell {
|
||||||
}
|
}
|
||||||
|
|
||||||
var downloadedIndicator: some View {
|
var downloadedIndicator: some View {
|
||||||
Image(systemName: "folder.fill")
|
Image(systemName: "externaldrive.fill.badge.checkmark")
|
||||||
.foregroundColor(.accentColor)
|
.foregroundColor(.accentColor)
|
||||||
.font(.system(size: 18))
|
.font(.system(size: 18))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue