Change image icons

This commit is contained in:
Christoph Hagen 2023-06-05 18:23:49 +02:00
parent 96f2043d73
commit c13650ffaf
3 changed files with 2 additions and 1 deletions

View File

@ -107,6 +107,7 @@ struct CapImagesView: View {
}
DispatchQueue.main.async {
self.cap = cap
#warning("Update all images and rows with the cap")
}
}
self.selectedCap = nil

View File

@ -28,7 +28,7 @@ struct CapRowView: View {
Image(systemSymbol: .tag)
Text("\(cap.id)")
.padding(.trailing, 8)
Image(systemSymbol: .photoCircle)
Image(systemSymbol: .photo)
Text("\(cap.imageCount)")
.padding(.trailing, 8)
if cap.imageCount < sufficientImageCount {