mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
don't set lastupdatecheck time if requested by user
This commit is contained in:
parent
5187150e3f
commit
bc26d643ca
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export class Updater {
|
||||||
};
|
};
|
||||||
electron.dialog.showMessageBox(electron.BrowserWindow.getFocusedWindow(), dialogOpts);
|
electron.dialog.showMessageBox(electron.BrowserWindow.getFocusedWindow(), dialogOpts);
|
||||||
}
|
}
|
||||||
this.lastUpdateCheck = now;
|
if (!userInput) this.lastUpdateCheck = now;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue