Fix high CPU usage when a room is open
This commit is contained in:
parent
b064eb34aa
commit
d61a9c718a
5 changed files with 34 additions and 35 deletions
|
|
@ -65,9 +65,9 @@ Rectangle {
|
|||
url: avatarUrl.replace("mxc://", "image://MxcImage/")
|
||||
displayName: roomName
|
||||
onClicked: {
|
||||
if (room) {
|
||||
if (room)
|
||||
room.openRoomSettings();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue