mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
test #2
This commit is contained in:
parent
f8c4ac8c17
commit
30587e18c9
1 changed files with 1 additions and 3 deletions
|
@ -207,8 +207,6 @@ void Updates::checkForUpdates()
|
|||
}
|
||||
#endif
|
||||
|
||||
return;
|
||||
|
||||
QString url =
|
||||
"https://notitia.chatterino.com/version/chatterino/" CHATTERINO_OS "/" +
|
||||
currentBranch();
|
||||
|
@ -316,7 +314,7 @@ void Updates::setStatus_(Status status)
|
|||
if (this->status_ != status)
|
||||
{
|
||||
this->status_ = status;
|
||||
postToThread([this, status] { this->statusUpdated.invoke(status); });
|
||||
//postToThread([this, status] { this->statusUpdated.invoke(status); });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue