Always show current room in room list.
This commit is contained in:
@@ -81,7 +81,7 @@ Item {
|
|||||||
},
|
},
|
||||||
ExpressionFilter {
|
ExpressionFilter {
|
||||||
enabled: filter === 0
|
enabled: filter === 0
|
||||||
expression: category !== 5 && notificationCount > 0
|
expression: category !== 5 && notificationCount > 0 || currentRoom === enteredRoom
|
||||||
},
|
},
|
||||||
ExpressionFilter {
|
ExpressionFilter {
|
||||||
enabled: filter === 1
|
enabled: filter === 1
|
||||||
|
|||||||
Reference in New Issue
Block a user