mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
[Backport release-10.x] Actually check for updates on launch (#5088)
This commit is contained in:
commit
cc4cc25739
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ PrismExternalUpdater::PrismExternalUpdater(QWidget* parent, const QString& appDi
|
|||
priv->parent = parent;
|
||||
connectTimer();
|
||||
resetAutoCheckTimer();
|
||||
if (priv->updateInterval == 0) { // "On Launch"
|
||||
checkForUpdates(false);
|
||||
}
|
||||
}
|
||||
|
||||
PrismExternalUpdater::~PrismExternalUpdater()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue