Fix popout not being hidden
This commit is contained in:
@@ -24,6 +24,16 @@ internal class Popout : Window
|
||||
DisableWindowSounds = true;
|
||||
}
|
||||
|
||||
public override void PreOpenCheck()
|
||||
{
|
||||
if (ChatLogWindow.IsHidden)
|
||||
{
|
||||
IsOpen = false;
|
||||
return;
|
||||
}
|
||||
IsOpen = true;
|
||||
}
|
||||
|
||||
public override void PreDraw()
|
||||
{
|
||||
if (ChatLogWindow.Plugin.Config is { OverrideStyle: true, ChosenStyle: not null })
|
||||
|
||||
Reference in New Issue
Block a user