Room settings avatar color: respond to name field

This commit is contained in:
miruka 2020-06-25 10:06:03 -04:00
parent d5ea248ba1
commit 78affeddd9
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# TODO
- room settings: make letter avatar respond to name change in real time
- sessions page size
- menu click-through padding to close it easily
- clear listview checked on message clear

View File

@ -85,7 +85,7 @@ HFlickableColumnPage {
HRoomAvatar {
id: avatar
roomId: chat.roomId
displayName: chat.roomInfo.display_name
displayName: nameField.item.text || chat.roomInfo.display_name
mxc: chat.roomInfo.avatar_url
// enabled: chat.roomInfo.can_set_avatar # put this in "change avatar"