mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +02:00
Fixed color update of right buttons in chats list on palette change.
This commit is contained in:
parent
b61befa210
commit
4b43f4cbec
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ InnerWidget::InnerWidget(
|
|||
) | rpl::start_with_next([=] {
|
||||
_topicJumpCache = nullptr;
|
||||
_chatsFilterTags.clear();
|
||||
_rightButtons.clear();
|
||||
}, lifetime());
|
||||
|
||||
session().downloaderTaskFinished(
|
||||
|
|
Loading…
Add table
Reference in a new issue