Fixed visual bug
This commit is contained in:
parent
81c9030daf
commit
bc45154b70
8 changed files with 1 additions and 792 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue