mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Count all accounts in Core::App().unreadBadge.
This commit is contained in:
@@ -88,6 +88,10 @@ class Call;
|
||||
class TopBar;
|
||||
} // namespace Calls
|
||||
|
||||
namespace Core {
|
||||
class Changelogs;
|
||||
} // namespace Core
|
||||
|
||||
namespace InlineBots {
|
||||
namespace Layout {
|
||||
class ItemBase;
|
||||
@@ -410,6 +414,9 @@ private:
|
||||
bool _firstColumnResizing = false;
|
||||
int _firstColumnResizingShift = 0;
|
||||
|
||||
// _changelogs depends on _data, subscribes on chats loading event.
|
||||
const std::unique_ptr<Core::Changelogs> _changelogs;
|
||||
|
||||
};
|
||||
|
||||
namespace App {
|
||||
|
Reference in New Issue
Block a user