Install Agent Stage Stuck

Nucleic-Session: CC59896F-5A33-43D8-93E0-AD8C2B16E60E
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-08 00:46:48 -07:00
co-authored by nucleic
parent 90e0e31e27
commit e2c10b0b4c
+7
View File
@@ -852,6 +852,13 @@ private struct MacVMSettingsTab: View {
} else {
ProgressView().progressViewStyle(.linear)
}
if let detail, !detail.isEmpty {
Text(detail)
.font(.caption2)
.foregroundStyle(.secondary)
.lineLimit(2)
.textSelection(.enabled)
}
}
}
}