added debug logs and code to assert that we are in the gui thread
This commit is contained in:
@@ -79,6 +79,7 @@ void FillInFFZEmoteData(const QJsonObject &urls, const QString &code, const QStr
|
||||
EmoteManager::EmoteManager()
|
||||
: findShortCodesRegex(":([-+\\w]+):")
|
||||
{
|
||||
qDebug() << "init EmoteManager";
|
||||
auto &accountManager = AccountManager::getInstance();
|
||||
|
||||
accountManager.Twitch.userChanged.connect([this] {
|
||||
|
||||
Reference in New Issue
Block a user