mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-14 20:38:28 +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);
|
||||
}
|
||||
this.lastUpdateCheck = now;
|
||||
if (!userInput) this.lastUpdateCheck = now;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue