mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Moves the .help for the ProgressIndicator so it refreshes with the fraction change
This commit is contained in:
parent
e5065b4a58
commit
f636651ba4
2 changed files with 1 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ public struct ObservingProgressIndicator: View {
|
|||
isIndeterminate: progress.progress.isIndeterminate,
|
||||
style: style
|
||||
)
|
||||
.help("Dowloading: \(Int((progress.progress.fractionCompleted * 100)))% complete")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue