Re-add local highlights similar to 0.5.0
This commit is contained in:
@@ -361,7 +361,8 @@ Rectangle {
|
||||
(
|
||||
chat.roomInfo.unreads ||
|
||||
chat.roomInfo.highlights ||
|
||||
chat.roomInfo.local_unreads
|
||||
chat.roomInfo.local_unreads ||
|
||||
chat.roomInfo.local_highlights
|
||||
) &&
|
||||
Qt.application.state === Qt.ApplicationActive &&
|
||||
(eventList.contentY + eventList.height) > -50
|
||||
|
Reference in New Issue
Block a user