Merge pull request #81 from RobotsAndPencils/matt/progressToolTip

Show ToolTip on progress indicator
This commit is contained in:
Matt Kiazyk 2021-01-23 17:29:27 -06:00 committed by GitHub
commit f970649bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ struct InstallationStepView: View {
controlSize: .small,
style: .spinning
)
.help("Dowloading: \(Int((progress.fractionCompleted * 100)))% complete")
case .unarchiving, .moving, .trashingArchive, .checkingSecurity, .finishing:
ProgressView()
.scaleEffect(0.5)