mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 14:46:40 +02:00
fixed missing bool
This commit is contained in:
parent
6facc02125
commit
356f055b53
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,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