mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-20 10:47:39 +00:00
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