mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Swap button to InstallButton
This commit is contained in:
parent
13715930af
commit
5b1cc4a93d
1 changed files with 1 additions and 4 deletions
|
|
@ -110,10 +110,7 @@ struct XcodeListViewRow: View {
|
|||
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
|
||||
.help("OpenDescription")
|
||||
case .notInstalled:
|
||||
Button("Install") { appState.checkMinVersionAndInstall(id: xcode.id) }
|
||||
.textCase(.uppercase)
|
||||
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: selected))
|
||||
.help("InstallDescription")
|
||||
InstallButton(xcode: xcode)
|
||||
case let .installing(installationStep):
|
||||
InstallationStepRowView(
|
||||
installationStep: installationStep,
|
||||
|
|
|
|||
Loading…
Reference in a new issue