for pajlada
This commit is contained in:
+3
-1
@@ -12,6 +12,7 @@
|
||||
#include "providers/ffz/FfzEmotes.hpp"
|
||||
#include "providers/twitch/PubsubClient.hpp"
|
||||
#include "providers/twitch/TwitchServer.hpp"
|
||||
#include "singletons/DownloadManager.hpp"
|
||||
#include "singletons/Fonts.hpp"
|
||||
#include "singletons/Logging.hpp"
|
||||
#include "singletons/NativeMessaging.hpp"
|
||||
@@ -46,6 +47,7 @@ Application::Application(Settings &_settings, Paths &_paths)
|
||||
, emotes(&this->emplace<Emotes>())
|
||||
, windows(&this->emplace<WindowManager>())
|
||||
|
||||
, toasts(&this->emplace<Toasts>())
|
||||
, accounts(&this->emplace<AccountController>())
|
||||
, commands(&this->emplace<CommandController>())
|
||||
, highlights(&this->emplace<HighlightController>())
|
||||
@@ -55,7 +57,7 @@ Application::Application(Settings &_settings, Paths &_paths)
|
||||
, moderationActions(&this->emplace<ModerationActions>())
|
||||
, twitch2(&this->emplace<TwitchServer>())
|
||||
, logging(&this->emplace<Logging>())
|
||||
, toasts(&this->emplace<Toasts>())
|
||||
, downloads(&this->emplace<DownloadManager>())
|
||||
{
|
||||
this->instance = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user