mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Update NameCard.qml
This commit is contained in:
parent
e5f65b5fb1
commit
3171418173
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ Item {
|
|||
anchors.verticalCenter: nameCardRemoveConnectionImage.verticalCenter
|
||||
x: 240
|
||||
onClicked: {
|
||||
console.log("Vist user button clicked."); // Remove after debugging.
|
||||
console.log("Vist user button clicked."); // Remove after debugging.
|
||||
AddressManager.goToUser(thisNameCard.userName, false);
|
||||
UserActivityLogger.palAction("go_to_user", thisNameCard.userName);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue