mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
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…
Reference in a new issue