Hide hint text when the connection completes
This commit is contained in:
parent
26d7946b4a
commit
0ec04df334
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ Item {
|
|||
// see them briefly when we pop off the StackView
|
||||
stageSpinner.visible = false
|
||||
stageLabel.visible = false
|
||||
hintText.visible = false
|
||||
|
||||
// Hide the window now that streaming has begun
|
||||
window.visible = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue