[Backport release-10.x] Actually check for updates on launch (#5088)

This commit is contained in:
Alexandru Ionut Tripon 2026-02-23 00:13:33 +02:00 committed by GitHub
commit cc4cc25739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()