mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
fix comment
This commit is contained in:
parent
2f2bbd0a27
commit
acb6a87ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export class Updater {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks if an hour has passed since the last update check, and if so, checks for updates using the `autoUpdater` object
|
||||
* Checks if the configured interval time has passed since the last update check, and if so, checks for updates using the `autoUpdater` object
|
||||
* @param userInput Whether the user is requesting this. If so, an alert will report the result of the check.
|
||||
*/
|
||||
async checkForUpdates(userInput: boolean) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue