mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge pull request #81 from RobotsAndPencils/matt/progressToolTip
Show ToolTip on progress indicator
This commit is contained in:
commit
f970649bad
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue