From 33dc6347f2eb1fa573e9395450bdc040021eefa6 Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Fri, 24 May 2024 20:23:03 -0500 Subject: [PATCH] after last step reset dock progress --- Xcodes/Backend/AppState+Install.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Xcodes/Backend/AppState+Install.swift b/Xcodes/Backend/AppState+Install.swift index a6969f7d..d9d294ef 100644 --- a/Xcodes/Backend/AppState+Install.swift +++ b/Xcodes/Backend/AppState+Install.swift @@ -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)