mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Count all accounts in Core::App().unreadBadge.
This commit is contained in:
@@ -57,10 +57,6 @@ class EmojiPack;
|
||||
class DicePacks;
|
||||
} // namespace Stickers;
|
||||
|
||||
namespace Core {
|
||||
class Changelogs;
|
||||
} // namespace Core
|
||||
|
||||
namespace Main {
|
||||
|
||||
class Account;
|
||||
@@ -180,9 +176,6 @@ private:
|
||||
const std::unique_ptr<Stickers::EmojiPack> _emojiStickersPack;
|
||||
const std::unique_ptr<Stickers::DicePacks> _diceStickersPacks;
|
||||
|
||||
// _changelogs depends on _data, subscribes on chats loading event.
|
||||
const std::unique_ptr<Core::Changelogs> _changelogs;
|
||||
|
||||
const std::unique_ptr<Support::Helper> _supportHelper;
|
||||
|
||||
base::flat_set<not_null<Window::SessionController*>> _windows;
|
||||
|
Reference in New Issue
Block a user