mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
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:
parent
fafc1ebcd5
commit
6dae01d8dd
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