fix(PrismExternalUpdater): actually check for updates on launch

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit dbe2770682)
This commit is contained in:
Octol1ttle 2026-02-20 23:57:13 +05:00 committed by github-actions[bot]
parent fafc1ebcd5
commit 6dae01d8dd

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