feat(statusbar): wire status bar into ChatLogWindow render pipeline

This commit is contained in:
2026-05-05 19:35:52 +02:00
parent 985a284e7d
commit a11c8bc6e9
2 changed files with 15 additions and 5 deletions
+3
View File
@@ -64,6 +64,7 @@ public sealed class Plugin : IDalamudPlugin
internal TypingIpc TypingIpc { get; }
internal FontManager FontManager { get; }
internal Themes.ThemeRegistry ThemeRegistry { get; private set; } = null!;
internal Ui.StatusBar StatusBar { get; private set; } = null!;
internal int DeferredSaveFrames = -1;
@@ -296,6 +297,8 @@ public sealed class Plugin : IDalamudPlugin
ThemeRegistry = new Themes.ThemeRegistry(customThemesDir);
ThemeRegistry.Switch(Config.Theme);
StatusBar = new Ui.StatusBar();
MessageManager = new MessageManager(this); // Does it require UI?
// Hellion Chat — Auto-Tell-Tabs service. Subscribes to the