diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-08-03 07:20:36 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-08-05 21:14:17 -0400 |
commit | f7d1d1b9416248bb75bbacc3fa14356a3acc9f24 (patch) | |
tree | 106cfcc8a2ea25c730af4faaaf1ef8515f7f4ad6 /resources/qml/RoomList.qml | |
parent | Merge pull request #662 from LorenDB/qml-all-the-things (diff) | |
download | nheko-f7d1d1b9416248bb75bbacc3fa14356a3acc9f24.tar.xz |
Open profile when clicking avatar
Diffstat (limited to 'resources/qml/RoomList.qml')
-rw-r--r-- | resources/qml/RoomList.qml | 1 |
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 { |