Fixed Startup error after downloading the logger

This commit is contained in:
2024-08-29 20:00:25 +03:00
parent 1c002edc6d
commit a23da51c08
5 changed files with 26 additions and 18 deletions

View File

@@ -19,15 +19,11 @@
{
return;
}
await DialogService.OpenAsync<InstallRequiredModules>("Please select one of the following to download ...", new Dictionary<string, object>()
{
{"Requirements", requirements}
}, new DialogOptions()
{
Width = "75%",
Height = "75%"
});
}, new DialogOptions() { Width = "75%", Height = "75%" });
}
private async void Initialize()