mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Always use WebImage with Piped
This commit is contained in:
parent
04b4659cf7
commit
71a3d54201
@ -25,7 +25,7 @@ struct ThumbnailView: View {
|
||||
}
|
||||
|
||||
@ViewBuilder var viewForThumbnailExtension: some View {
|
||||
if thumbnailExtension != nil {
|
||||
if AccountsModel.shared.app != .piped, thumbnailExtension != nil {
|
||||
if thumbnailExtension == "webp" {
|
||||
webImage
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user