From 8a9d6b4482155db5652c916e1d5a4819158a7ecc Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 21 Jan 2025 15:34:35 +0100 Subject: [PATCH] Apply msg bus filter --- app/MindWork AI Studio/Pages/Chat.razor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/MindWork AI Studio/Pages/Chat.razor.cs b/app/MindWork AI Studio/Pages/Chat.razor.cs index adead98c..1609a226 100644 --- a/app/MindWork AI Studio/Pages/Chat.razor.cs +++ b/app/MindWork AI Studio/Pages/Chat.razor.cs @@ -28,6 +28,8 @@ public partial class Chat : MSGComponentBase protected override async Task OnInitializedAsync() { + this.ApplyFilters([], [ Event.WORKSPACE_TOGGLE_OVERLAY ]); + this.splitterPosition = this.SettingsManager.ConfigurationData.Workspace.SplitterPosition; this.splitterSaveTimer.AutoReset = false; this.splitterSaveTimer.Elapsed += async (_, _) =>