Apply msg bus filter

This commit is contained in:
Thorsten Sommer 2025-01-21 15:34:35 +01:00
parent 2e1df56e2c
commit 8a9d6b4482
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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 (_, _) =>