Hide hint text when the connection completes

This commit is contained in:
Cameron Gutman 2019-03-02 14:13:32 -08:00
parent 26d7946b4a
commit 0ec04df334

View file

@ -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