mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add missing resources initialize call
This commit is contained in:
parent
d7bf213c3f
commit
9c34da7a7b
|
@ -97,6 +97,8 @@ void Application::initialize()
|
|||
this->settings->load();
|
||||
this->commands->load();
|
||||
|
||||
this->resources->initialize();
|
||||
|
||||
this->highlights->initialize();
|
||||
|
||||
this->emotes->loadGlobalEmotes();
|
||||
|
|
Loading…
Reference in a new issue