summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-08-03 07:20:36 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-08-05 21:14:17 -0400
commitf7d1d1b9416248bb75bbacc3fa14356a3acc9f24 (patch)
tree106cfcc8a2ea25c730af4faaaf1ef8515f7f4ad6
parentMerge pull request #662 from LorenDB/qml-all-the-things (diff)
downloadnheko-f7d1d1b9416248bb75bbacc3fa14356a3acc9f24.tar.xz
Open profile when clicking avatar
-rw-r--r--resources/qml/RoomList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index cbc65fc0..98532606 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml
@@ -439,6 +439,7 @@ Page { url: (userInfoGrid.profile ? userInfoGrid.profile.avatarUrl : "").replace("mxc://", "image://MxcImage/") displayName: userInfoGrid.profile ? userInfoGrid.profile.displayName : "" userid: userInfoGrid.profile ? userInfoGrid.profile.userid : "" + enabled: false } ColumnLayout {