mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 14:41:37 +00:00
Fixed layout
This commit is contained in:
parent
73999e31e7
commit
18fa36c32b
@ -5,7 +5,7 @@
|
|||||||
<MudText Typo="Typo.body1" Class="flex-grow-1">
|
<MudText Typo="Typo.body1" Class="flex-grow-1">
|
||||||
@if (string.IsNullOrWhiteSpace(this.Shortcut()))
|
@if (string.IsNullOrWhiteSpace(this.Shortcut()))
|
||||||
{
|
{
|
||||||
<span style="color: var(--mud-palette-text-secondary);">@T("No shortcut configured")</span>
|
@T("No shortcut configured")
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -19,7 +19,8 @@
|
|||||||
Size="Size.Small"
|
Size="Size.Small"
|
||||||
StartIcon="@Icons.Material.Filled.Edit"
|
StartIcon="@Icons.Material.Filled.Edit"
|
||||||
OnClick="@this.OpenDialog"
|
OnClick="@this.OpenDialog"
|
||||||
Disabled="@this.IsDisabled">
|
Disabled="@this.IsDisabled"
|
||||||
@T("Configure")
|
Class="mb-1">
|
||||||
|
@T("Change shortcut")
|
||||||
</MudButton>
|
</MudButton>
|
||||||
</MudStack>
|
</MudStack>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user