mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
Qt: Fix auto updater getting stuck after failed request
This commit is contained in:
parent
232d1c930c
commit
d9b83d69eb
|
@ -316,6 +316,8 @@ void AutoUpdaterDialog::getLatestReleaseComplete(s32 status_code, std::vector<u8
|
||||||
{
|
{
|
||||||
reportError("Failed to download latest release info: HTTP %d", status_code);
|
reportError("Failed to download latest release info: HTTP %d", status_code);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
emit updateCheckCompleted();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue