mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix thumnbnail placeholders
This commit is contained in:
@@ -9,6 +9,8 @@ struct ThumbnailView: View {
|
||||
var body: some View {
|
||||
if url != nil {
|
||||
viewForThumbnailExtension
|
||||
} else {
|
||||
placeholder
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user