mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
don't set lastupdatecheck time if requested by user
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ export class Updater {
|
||||
};
|
||||
electron.dialog.showMessageBox(electron.BrowserWindow.getFocusedWindow(), dialogOpts);
|
||||
}
|
||||
this.lastUpdateCheck = now;
|
||||
if (!userInput) this.lastUpdateCheck = now;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user