mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
don't set lastupdatecheck time if requested by user
This commit is contained in:
parent
5187150e3f
commit
bc26d643ca
@ -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 New Issue
Block a user