dang
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
cranci1 2025-01-16 16:28:01 +01:00
parent a07eef9708
commit ad6f2e3e46

View file

@ -97,13 +97,6 @@ struct MediaInfoView: View {
.padding(4)
.background(Capsule().fill(Color.accentColor.opacity(0.4)))
}
Button(action: {
}) {
Image(systemName: "ellipsis.circle")
.resizable()
.frame(width: 20, height: 20)
}
}
}
}