mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #709, GUI component (load info) added to launcher
(plus enabled webservices for launcher)
This commit is contained in:
@@ -315,6 +315,7 @@ void CSwiftLauncher::ps_loadedUpdateInfo(bool success)
|
||||
this->ui->wi_NewVersionAvailable->setVisible(newVersionAvailable);
|
||||
this->ui->wi_NoNewVersion->setVisible(!newVersionAvailable);
|
||||
this->ui->le_LatestVersion->setText(latestVersion);
|
||||
this->ui->le_Channel->setText(updateInfo.getChannel());
|
||||
|
||||
if (!downloadUrls.isEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user