We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1371593 commit 5b1cc4aCopy full SHA for 5b1cc4a
1 file changed
Xcodes/Frontend/XcodeList/XcodeListViewRow.swift
@@ -110,10 +110,7 @@ struct XcodeListViewRow: View {
110
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
111
.help("OpenDescription")
112
case .notInstalled:
113
- Button("Install") { appState.checkMinVersionAndInstall(id: xcode.id) }
114
- .textCase(.uppercase)
115
- .buttonStyle(AppStoreButtonStyle(primary: false, highlighted: selected))
116
- .help("InstallDescription")
+ InstallButton(xcode: xcode)
117
case let .installing(installationStep):
118
InstallationStepRowView(
119
installationStep: installationStep,
0 commit comments