mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-01 21:09:15 +00:00
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
@inherits MSGComponentBase
|
|
|
|
@if (this.CanEditSettings)
|
|
{
|
|
<MudTooltip Text="@T("Change what this tile opens")">
|
|
<MudIconButton Icon="@Icons.Material.Filled.Tune"
|
|
Color="Color.Default"
|
|
Variant="Variant.Text"
|
|
Size="Size.Medium"
|
|
Disabled="@this.isEditing"
|
|
OnClick="@this.OpenSettingsDialogAsync"/>
|
|
</MudTooltip>
|
|
} |