#42 Enable reading update info from GitHub Packages REST API

This commit is contained in:
Mat Sutcliffe
2020-07-03 21:10:16 +01:00
parent 8375881941
commit 38a1d24411
9 changed files with 198 additions and 7 deletions

View File

@@ -86,8 +86,7 @@ namespace BlackGui
void CUpdateInfoComponent::requestLoadOfSetup()
{
if (!sGui || sGui->isShuttingDown()) { return; }
const CStatusMessageList msgs(sGui->requestReloadOfSetupAndVersion());
CLogMessage::preformatted(msgs);
sGui->reloadUpdateInfo();
}
void CUpdateInfoComponent::changedUpdateInfo()