mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Feed top bar placeholder.
This commit is contained in:
@@ -153,11 +153,11 @@ void Entry::addChatListEntryByLetter(
|
||||
void Entry::updateChatListEntry() const {
|
||||
if (const auto main = App::main()) {
|
||||
if (inChatList(Mode::All)) {
|
||||
main->dlgUpdated(
|
||||
main->repaintDialogRow(
|
||||
Mode::All,
|
||||
mainChatListLink(Mode::All));
|
||||
if (inChatList(Mode::Important)) {
|
||||
main->dlgUpdated(
|
||||
main->repaintDialogRow(
|
||||
Mode::Important,
|
||||
mainChatListLink(Mode::Important));
|
||||
}
|
||||
|
Reference in New Issue
Block a user