This commit is contained in:
Daniel Chick 2025-09-22 01:12:14 +00:00 committed by GitHub
commit a06f704ad2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(