Fixed Startup error after downloading the logger
This commit is contained in:
@@ -22,7 +22,13 @@
|
||||
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="/settings" Match="NavLinkMatch.All">
|
||||
<span class="bi bi-house-door-fill-nav-menu" aria-hidden="true"></span> MarketplaceItems
|
||||
<span class="bi bi-house-door-fill-nav-menu" aria-hidden="true"></span> Plugins
|
||||
</NavLink>
|
||||
</div>
|
||||
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="/settings" Match="NavLinkMatch.All">
|
||||
<span class="bi bi-house-door-fill-nav-menu" aria-hidden="true"></span> Modules
|
||||
</NavLink>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user