Skip to content

Commit a60ecec

Browse files
chickdanchickdan
authored andcommitted
Remove forced uppercase in list view
1 parent 1a0d335 commit a60ecec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Xcodes/Frontend/XcodeList/XcodeListViewRow.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,10 @@ struct XcodeListViewRow: View {
113113
switch xcode.installState {
114114
case .installed:
115115
Button("Open") { appState.open(xcode: xcode) }
116-
.textCase(.uppercase)
117116
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
118117
.help("OpenDescription")
119118
case .notInstalled:
120119
InstallButton(xcode: xcode)
121-
.textCase(.uppercase)
122120
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: false))
123121
case let .installing(installationStep):
124122
InstallationStepRowView(

0 commit comments

Comments
 (0)