Fixed visual bug

This commit is contained in:
BOT Alex 2023-07-02 21:50:38 +02:00
parent 81c9030daf
commit bc45154b70
8 changed files with 1 additions and 792 deletions

View file

@ -7,7 +7,7 @@
<MudAppBar Elevation="0">
@if (Program.CCharsLeft > 0)
{
<MudButton OnClick="()=>navigator.NavigateTo(string.Empty)" Variant="Variant.Outlined" Color="Color.Primary">Back</MudButton>
<MudButton OnClick="()=>{navigator.NavigateTo(string.Empty); Program.CCharsLeft = 0;}" Variant="Variant.Outlined" Color="Color.Primary">Back</MudButton>
<MudText Class="pl-8">@("CChars left: " + Program.CCharsLeft)</MudText>
}
<MudSpacer />