mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
maybe?
This commit is contained in:
parent
4bb0b79348
commit
4d99d2dade
1 changed files with 12 additions and 13 deletions
|
@ -125,10 +125,9 @@ namespace {
|
|||
[](auto) { runNextJob(); });
|
||||
job->start();
|
||||
}
|
||||
}
|
||||
queue.pop();
|
||||
}
|
||||
} // namespace
|
||||
}
|
||||
|
||||
static void queueJob(Job &&job)
|
||||
{
|
||||
|
@ -140,7 +139,7 @@ static void queueJob(Job &&job)
|
|||
runNextJob();
|
||||
}
|
||||
}
|
||||
} // namespace chatterino
|
||||
} // namespace
|
||||
|
||||
Credentials &Credentials::getInstance()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue