mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Show ToolTip on progress indicator
This commit is contained in:
parent
d834f3ed74
commit
f9fe902007
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ struct ProgressIndicator: NSViewRepresentable {
|
|||
nsView.controlSize = controlSize
|
||||
nsView.isIndeterminate = isIndeterminate
|
||||
nsView.style = style
|
||||
nsView.toolTip = "Dowloading: \(Int(doubleValue * 100.0))% complete"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue