diff --git a/src/application.cpp b/src/application.cpp index a53c0b13..b5a7f0a3 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -97,6 +97,8 @@ void Application::initialize() this->settings->load(); this->commands->load(); + this->resources->initialize(); + this->highlights->initialize(); this->emotes->loadGlobalEmotes();