Replace cloud model speed with label
This commit is contained in:
parent
f7e160ac99
commit
7c833b7be9
@ -348,15 +348,10 @@ struct CloudModelCardView: View {
|
||||
.foregroundColor(Color(.secondaryLabelColor))
|
||||
.lineLimit(1)
|
||||
|
||||
// Speed
|
||||
HStack(spacing: 3) {
|
||||
Text("Speed")
|
||||
.font(.system(size: 11, weight: .medium))
|
||||
.foregroundColor(Color(.secondaryLabelColor))
|
||||
progressDotsWithNumber(value: model.speed * 10)
|
||||
}
|
||||
.lineLimit(1)
|
||||
.fixedSize(horizontal: true, vertical: false)
|
||||
Label("Cloud Model", systemImage: "icloud")
|
||||
.font(.system(size: 11))
|
||||
.foregroundColor(Color(.secondaryLabelColor))
|
||||
.lineLimit(1)
|
||||
|
||||
// Accuracy
|
||||
HStack(spacing: 3) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user