mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-13 21:13:37 +00:00
8 lines
337 B
Plaintext
8 lines
337 B
Plaintext
@inherits MSGComponentBase
|
|
|
|
@if (this.SettingsManager.ConfigurationData.App.ShowAdminSettings)
|
|
{
|
|
<MudTooltip Text="@T("Export configuration")">
|
|
<MudIconButton Variant="@this.Variant" Color="Color.Info" Icon="@Icons.Material.Filled.Dataset" OnClick="@this.Export" aria-label="@T("Export configuration")" />
|
|
</MudTooltip>
|
|
} |