mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 00:15:42 +00:00
Forward bar and unread counter added to top bar in OneColumn layout.
This commit is contained in:
@@ -932,9 +932,7 @@ void AppClass::call_handleHistoryUpdate() {
|
||||
}
|
||||
|
||||
void AppClass::call_handleUnreadCounterUpdate() {
|
||||
if (auto w = App::wnd()) {
|
||||
w->updateUnreadCounter();
|
||||
}
|
||||
Global::RefUnreadCounterUpdate().notify(true);
|
||||
}
|
||||
|
||||
void AppClass::call_handleFileDialogQueue() {
|
||||
|
Reference in New Issue
Block a user