We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0d335 commit a60ececCopy full SHA for a60ecec
Xcodes/Frontend/XcodeList/XcodeListViewRow.swift
@@ -113,12 +113,10 @@ struct XcodeListViewRow: View {
113
switch xcode.installState {
114
case .installed:
115
Button("Open") { appState.open(xcode: xcode) }
116
- .textCase(.uppercase)
117
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
118
.help("OpenDescription")
119
case .notInstalled:
120
InstallButton(xcode: xcode)
121
122
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: false))
123
case let .installing(installationStep):
124
InstallationStepRowView(
0 commit comments