mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Show changelog even when there are no new updates available.
This commit is contained in:
parent
d8d6f5929b
commit
3821569363
9 changed files with 34 additions and 20 deletions
|
|
@ -73,7 +73,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent), ui(new Ui::Se
|
|||
}
|
||||
else
|
||||
{
|
||||
MMC->updateChecker()->updateChanList();
|
||||
MMC->updateChecker()->updateChanList(false);
|
||||
}
|
||||
connect(ui->proxyGroup, SIGNAL(buttonClicked(int)), SLOT(proxyChanged(int)));
|
||||
ui->mceditLink->setOpenExternalLinks(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue