diff --git a/Xcodes/Frontend/Common/ObservingProgressIndicator.swift b/Xcodes/Frontend/Common/ObservingProgressIndicator.swift index 61e93a1..4362f5e 100644 --- a/Xcodes/Frontend/Common/ObservingProgressIndicator.swift +++ b/Xcodes/Frontend/Common/ObservingProgressIndicator.swift @@ -42,6 +42,7 @@ public struct ObservingProgressIndicator: View { isIndeterminate: progress.progress.isIndeterminate, style: style ) + .help("Dowloading: \(Int((progress.progress.fractionCompleted * 100)))% complete") } } diff --git a/Xcodes/Frontend/XcodeList/InstallationStepView.swift b/Xcodes/Frontend/XcodeList/InstallationStepView.swift index d88a775..42d3f25 100644 --- a/Xcodes/Frontend/XcodeList/InstallationStepView.swift +++ b/Xcodes/Frontend/XcodeList/InstallationStepView.swift @@ -17,7 +17,6 @@ struct InstallationStepView: View { controlSize: .small, style: .spinning ) - .help("Dowloading: \(Int((progress.fractionCompleted * 100)))% complete") case .unarchiving, .moving, .trashingArchive, .checkingSecurity, .finishing: ProgressView() .scaleEffect(0.5)