fix(PrismExternalUpdater): actually check for updates on launch

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-20 23:57:13 +05:00
parent eac55d849c
commit dbe2770682
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

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