mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Remove forced uppercase in list view
This commit is contained in:
parent
1a0d3353b9
commit
a60ecec77b
1 changed files with 0 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue