feat: add extrachat ipc

This commit is contained in:
Anna
2022-06-23 18:51:12 -04:00
parent 8b0650282a
commit 737011c6f8
3 changed files with 33 additions and 0 deletions
+2
View File
@@ -470,6 +470,8 @@ internal sealed class ChatLog : IUiComponent {
}
} else if (activeTab is { Channel: { } channel }) {
ImGui.TextUnformatted(channel.ToChatType().Name());
} else if (this.Ui.Plugin.ExtraChat.ChannelOverride is { } overriden) {
ImGui.TextUnformatted(overriden);
} else {
this.DrawChunks(this.Ui.Plugin.Functions.Chat.Channel.name);
}