Show changelog even when there are no new updates available.
This commit is contained in:
@ -91,7 +91,7 @@ void DownloadUpdateTask::findCurrentVersionInfo()
|
||||
|
||||
QObject::connect(checker.get(), &UpdateChecker::channelListLoaded, this,
|
||||
&DownloadUpdateTask::processChannels);
|
||||
checker->updateChanList();
|
||||
checker->updateChanList(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user