[WIP] AdministrationWindow: Add HasContextLoaded property
Some checks failed
Test / Run tests (push) Has been cancelled
Some checks failed
Test / Run tests (push) Has been cancelled
This commit is contained in:
@@ -41,6 +41,7 @@ namespace Elwig.Windows {
|
||||
}
|
||||
|
||||
protected override async Task OnInit(AppDbContext ctx) {
|
||||
await base.OnInit(ctx);
|
||||
if (Utils.HasInternetConnectivity()) {
|
||||
CheckSync(200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user