Force main window to be always open

This commit is contained in:
Infi
2024-05-26 13:53:26 +02:00
parent b4f8ce59d3
commit c5363769c2
+6
View File
@@ -493,6 +493,12 @@ public sealed class ChatLogWindow : Window
StyleModel.GetConfiguredStyles()?.FirstOrDefault(style => style.Name == Plugin.Config.ChosenStyle)?.Pop();
}
public override void OnClose()
{
// We force the main log to be always open
IsOpen = true;
}
public override void Draw()
{
DrawChatLog();