Always show current room in room list.

This commit is contained in:
Black Hat
2019-07-01 16:19:43 +08:00
parent faa92d2d76
commit 858c5a638f

View File

@@ -81,7 +81,7 @@ Item {
},
ExpressionFilter {
enabled: filter === 0
expression: category !== 5 && notificationCount > 0
expression: category !== 5 && notificationCount > 0 || currentRoom === enteredRoom
},
ExpressionFilter {
enabled: filter === 1