From 86f52550e28e6d29d8c2d42870b5d5bdf2dc1685 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 1 Jun 2025 20:43:59 +0200 Subject: [PATCH] Fixed config plugins action column --- app/MindWork AI Studio/Pages/Plugins.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Pages/Plugins.razor b/app/MindWork AI Studio/Pages/Plugins.razor index e64acfe0..b5a39ef4 100644 --- a/app/MindWork AI Studio/Pages/Plugins.razor +++ b/app/MindWork AI Studio/Pages/Plugins.razor @@ -63,7 +63,7 @@ - @if (!context.IsInternal) + @if (context is { IsInternal: false, Type: not PluginType.CONFIGURATION }) { var isEnabled = this.SettingsManager.IsPluginEnabled(context);