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 21c26c9 commit 23b745eCopy full SHA for 23b745e
Xcodes/Frontend/XcodeList/XcodeListViewRow.swift
@@ -105,12 +105,10 @@ struct XcodeListViewRow: View {
105
switch xcode.installState {
106
case .installed:
107
Button("Open") { appState.open(xcode: xcode) }
108
- .textCase(.uppercase)
109
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
110
.help("OpenDescription")
111
case .notInstalled:
112
InstallButton(xcode: xcode)
113
114
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: false))
115
case let .installing(installationStep):
116
InstallationStepRowView(
0 commit comments