summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-22 11:23:16 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-22 11:23:16 +0200
commitd307f24adf346ec3fe41d40a599db98d7eb435cf (patch)
tree43dffe58313eafb03592f5dfac3c6d5507278d8f /resources
parentFix emoji in new RoomList (diff)
downloadnheko-d307f24adf346ec3fe41d40a599db98d7eb435cf.tar.xz
Fix leaving rooms
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/RoomList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index 89af78a5..979e727d 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml
@@ -46,7 +46,7 @@ Page { states: [ State { name: "highlight" - when: hovered.hovered + when: hovered.hovered && !(TimelineManager.timeline && model.roomId == TimelineManager.timeline.roomId()) PropertyChanges { target: roomItem