Update Check Disabled

This commit is contained in:
Lorenz Hilpert
2022-05-24 17:43:24 +02:00
parent 2148af7b63
commit 7409d096fe

View File

@@ -80,6 +80,6 @@ export class AppComponent implements OnInit {
}
initialCheckForUpdate() {
this._swUpdate.checkForUpdate().then(() => location.reload());
// this._swUpdate.checkForUpdate().then((f) => location.reload());
}
}