From 3f95982f348dbdb18ee93230a209e92829132ed9 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 23 Mar 2017 14:00:16 -0700 Subject: [PATCH] Fix bug due to incorrect merge... --- interface/resources/qml/hifi/Pal.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index eba1a92cc6..d5e26e22cf 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -299,8 +299,6 @@ Rectangle { MouseArea { anchors.fill: parent; onClicked: { - connectionsLoading.visible = false; - connectionsLoading.visible = true; if (activeTab != "connectionsTab") { connectionsLoading.visible = false; connectionsLoading.visible = true;