Remove forced uppercase in list view

This commit is contained in:
chickdan 2024-05-14 13:46:49 -05:00 committed by chickdan
parent 1a0d3353b9
commit a60ecec77b

View file

@ -113,12 +113,10 @@ struct XcodeListViewRow: View {
switch xcode.installState {
case .installed:
Button("Open") { appState.open(xcode: xcode) }
.textCase(.uppercase)
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
.help("OpenDescription")
case .notInstalled:
InstallButton(xcode: xcode)
.textCase(.uppercase)
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: false))
case let .installing(installationStep):
InstallationStepRowView(