mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix thumnbnail placeholders
This commit is contained in:
parent
f86fd37c50
commit
52f96c3837
@ -9,6 +9,8 @@ struct ThumbnailView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
if url != nil {
|
if url != nil {
|
||||||
viewForThumbnailExtension
|
viewForThumbnailExtension
|
||||||
|
} else {
|
||||||
|
placeholder
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user