mirror of
https://github.com/yattee/yattee.git
synced 2025-10-15 03:48:11 +00:00
Load images with low priority
This commit is contained in:
@@ -38,7 +38,7 @@ struct ChannelCell: View {
|
||||
}
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
WebImage(url: channel.thumbnailURL)
|
||||
WebImage(url: channel.thumbnailURL, options: [.lowPriority])
|
||||
.resizable()
|
||||
.placeholder {
|
||||
Rectangle().fill(Color("PlaceholderColor"))
|
||||
|
Reference in New Issue
Block a user