Only show large thumbnails in most recent
This commit is contained in:
parent
3d361845ab
commit
7c68d02169
@ -374,6 +374,9 @@ extension Element {
|
||||
}
|
||||
|
||||
func mostRecentElements(_ count: Int) -> [Element] {
|
||||
guard self.thumbnailStyle == .large else {
|
||||
return []
|
||||
}
|
||||
guard self.containsElements else {
|
||||
return [self]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user