mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
#42 Enable reading update info from GitHub Packages REST API
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user