From 0ec04df334a873daea6d94a254640bd5221a2382 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 2 Mar 2019 14:13:32 -0800 Subject: [PATCH] Hide hint text when the connection completes --- app/gui/StreamSegue.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/gui/StreamSegue.qml b/app/gui/StreamSegue.qml index 8a1eaa96..89bbd8ba 100644 --- a/app/gui/StreamSegue.qml +++ b/app/gui/StreamSegue.qml @@ -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