mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
after last step reset dock progress
This commit is contained in:
parent
348c89871e
commit
33dc6347f2
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ extension AppState {
|
|||
self.error = error
|
||||
self.presentedAlert = .generic(title: localizeString("Alert.InstallArchive.Error.Title"), message: error.legibleLocalizedDescription)
|
||||
}
|
||||
resetDockProgressTracking()
|
||||
})
|
||||
.catch { _ in
|
||||
Just(installedXcode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue