Re-add local highlights similar to 0.5.0

This commit is contained in:
miruka
2020-06-26 05:58:43 -04:00
parent aa8dbce3a7
commit 7f66ebb786
7 changed files with 35 additions and 13 deletions

View File

@@ -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