mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +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 {
|
@ViewBuilder var viewForThumbnailExtension: some View {
|
||||||
if thumbnailExtension != nil {
|
if AccountsModel.shared.app != .piped, thumbnailExtension != nil {
|
||||||
if thumbnailExtension == "webp" {
|
if thumbnailExtension == "webp" {
|
||||||
webImage
|
webImage
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user