mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-26 14:57:37 +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 {
|
switch xcode.installState {
|
||||||
case .installed:
|
case .installed:
|
||||||
Button("Open") { appState.open(xcode: xcode) }
|
Button("Open") { appState.open(xcode: xcode) }
|
||||||
.textCase(.uppercase)
|
|
||||||
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
|
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
|
||||||
.help("OpenDescription")
|
.help("OpenDescription")
|
||||||
case .notInstalled:
|
case .notInstalled:
|
||||||
InstallButton(xcode: xcode)
|
InstallButton(xcode: xcode)
|
||||||
.textCase(.uppercase)
|
|
||||||
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: false))
|
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: false))
|
||||||
case let .installing(installationStep):
|
case let .installing(installationStep):
|
||||||
InstallationStepRowView(
|
InstallationStepRowView(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue