Change image icons
This commit is contained in:
parent
96f2043d73
commit
c13650ffaf
Binary file not shown.
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user