mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Make filtered lists independent from folders.
This commit is contained in:
@@ -613,6 +613,7 @@ void paintUnreadCount(
|
||||
void RowPainter::paint(
|
||||
Painter &p,
|
||||
not_null<const Row*> row,
|
||||
int filterId,
|
||||
int fullWidth,
|
||||
bool active,
|
||||
bool selected,
|
||||
@@ -668,6 +669,7 @@ void RowPainter::paint(
|
||||
const auto displayPinnedIcon = !displayUnreadCounter
|
||||
&& !displayMentionBadge
|
||||
&& !displayUnreadMark
|
||||
&& !filterId
|
||||
&& entry->isPinnedDialog()
|
||||
&& !entry->fixedOnTopIndex();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user