mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +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 {
|
||||
if url != nil {
|
||||
viewForThumbnailExtension
|
||||
} else {
|
||||
placeholder
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user