mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Improve single column layout forum / topic top bar.
This commit is contained in:
@@ -523,7 +523,7 @@ void Filler::addToggleUnreadMark() {
|
||||
return;
|
||||
}
|
||||
const auto unread = IsUnreadThread(_thread);
|
||||
if (_thread->asTopic() && !unread) {
|
||||
if ((_thread->asTopic() || peer->isForum()) && !unread) {
|
||||
return;
|
||||
}
|
||||
const auto weak = base::make_weak(_thread);
|
||||
|
Reference in New Issue
Block a user