From 93b488a2330333ecab34ddc39d69ee539abc5296 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 25 Apr 2025 15:27:27 +0200 Subject: [PATCH] Made the localization assistant depend on the selected preview features --- app/MindWork AI Studio/Pages/Assistants.razor | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/app/MindWork AI Studio/Pages/Assistants.razor b/app/MindWork AI Studio/Pages/Assistants.razor index 6827cb71..8106ad83 100644 --- a/app/MindWork AI Studio/Pages/Assistants.razor +++ b/app/MindWork AI Studio/Pages/Assistants.razor @@ -51,12 +51,15 @@ } - - AI Studio Development - - - - - + @if (PreviewFeatures.PRE_PLUGINS_2025.IsEnabled(this.SettingsManager)) + { + + AI Studio Development + + + + + } + \ No newline at end of file