fix: Twitch global emotes not loading (#5144)

This commit is contained in:
pajlada
2024-02-02 15:28:27 +01:00
committed by GitHub
parent d0c321e19f
commit ab7e6e0281
5 changed files with 8 additions and 16 deletions
+4
View File
@@ -204,6 +204,10 @@ void Application::initialize(Settings &settings, const Paths &paths)
singleton->initialize(settings, paths);
}
// XXX: Loading Twitch badges after Helix has been initialized, which only happens after
// the AccountController initialize has been called
this->twitchBadges->loadTwitchBadges();
// Show crash message.
// On Windows, the crash message was already shown.
#ifndef Q_OS_WIN