Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into clean_net
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
commit
63a380a039
46 changed files with 368 additions and 214 deletions
|
@ -74,6 +74,7 @@ void Flame::FileResolvingTask::netJobFinished()
|
|||
setProgress(1, 3);
|
||||
// job to check modrinth for blocked projects
|
||||
m_checkJob.reset(new NetJob("Modrinth check", m_network));
|
||||
m_checkJob->setAskRetry(false);
|
||||
blockedProjects = QMap<File*, std::shared_ptr<QByteArray>>();
|
||||
|
||||
QJsonDocument doc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue