Merge pull request #991 from digisomni/feature/allow-pal-teleport

Remove requirement of admin / logged in to teleport to people nearby
This commit is contained in:
Kalila 2021-01-30 23:59:30 -05:00 committed by GitHub
commit e539a38c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,7 +244,7 @@ Item {
color: hifi.colors.darkGray;
MouseArea {
anchors.fill: parent
enabled: selected && pal.activeTab == "nearbyTab" && thisNameCard.userName !== "" && isPresent;
enabled: selected && pal.activeTab == "nearbyTab" && isPresent;
hoverEnabled: enabled
onClicked: {
goToUserInDomain(thisNameCard.uuid);