Add button command, fix list selection
This commit is contained in:
@ -66,7 +66,6 @@ extension Content {
|
||||
}
|
||||
|
||||
private func generateRequiredImages() {
|
||||
|
||||
let images = results.imagesToGenerate.sorted()
|
||||
let count = images.count
|
||||
var completed = 0
|
||||
@ -83,8 +82,6 @@ extension Content {
|
||||
}
|
||||
|
||||
imageGenerator.writeAvifCommandScript()
|
||||
//let images = Set(self.images.map { $0.id })
|
||||
//imageGenerator.recalculateGeneratedImages(by: images)
|
||||
}
|
||||
|
||||
func generateAllPages() {
|
||||
|
Reference in New Issue
Block a user