ContextWindow: Add HasContextLoaded property
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