mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fix for application changes
This commit is contained in:
parent
da79753229
commit
9bf5cfe3b7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public:
|
||||||
|
|
||||||
auto sessionID = QString::fromStdString(payload.id);
|
auto sessionID = QString::fromStdString(payload.id);
|
||||||
|
|
||||||
const auto currentUser = getApp()->accounts->twitch.getCurrent();
|
const auto currentUser = getIApp()->getAccounts()->twitch.getCurrent();
|
||||||
|
|
||||||
if (currentUser->isAnon())
|
if (currentUser->isAnon())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue