mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge a60ecec77b into 1a0d3353b9
This commit is contained in:
commit
a06f704ad2
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