mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 14:46:40 +02:00
Bool
This commit is contained in:
parent
356f055b53
commit
47b37ac04e
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ Item {
|
|||
enabled: selected && pal.activeTab == "nearbyTab" && thisNameCard.userName !== "" && isPresent;
|
||||
hoverEnabled: enabled
|
||||
onClicked: {
|
||||
goToUserInDomain(thisNameCard.uuid);
|
||||
goToUserInDomain(thisNameCard.uuid, false);
|
||||
UserActivityLogger.palAction("go_to_user_in_domain", thisNameCard.uuid);
|
||||
}
|
||||
onEntered: {
|
||||
|
|
Loading…
Reference in a new issue