mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:32:56 +00:00
Fixed config plugins action column
This commit is contained in:
parent
1fb04a73cf
commit
86f52550e2
@ -63,7 +63,7 @@
|
|||||||
</MudStack>
|
</MudStack>
|
||||||
</MudTd>
|
</MudTd>
|
||||||
<MudTd>
|
<MudTd>
|
||||||
@if (!context.IsInternal)
|
@if (context is { IsInternal: false, Type: not PluginType.CONFIGURATION })
|
||||||
{
|
{
|
||||||
var isEnabled = this.SettingsManager.IsPluginEnabled(context);
|
var isEnabled = this.SettingsManager.IsPluginEnabled(context);
|
||||||
<MudTooltip Text="@(isEnabled ? T("Disable plugin") : T("Enable plugin"))">
|
<MudTooltip Text="@(isEnabled ? T("Disable plugin") : T("Enable plugin"))">
|
||||||
|
Loading…
Reference in New Issue
Block a user