wrong flag

This commit is contained in:
Anna 2022-09-07 13:25:29 -04:00
parent 6ad9dd02d9
commit 08c1752182
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ internal class Viewer {
return;
}
var flags = ImGuiWindowFlags.NoBringToFrontOnFocus;
var flags = ImGuiWindowFlags.NoFocusOnAppearing;
flags |= this.Plugin.Config.HideTitlebar ? ImGuiWindowFlags.NoTitleBar : ImGuiWindowFlags.None;
flags |= this.Plugin.Config.LockViewer ? ImGuiWindowFlags.NoMove : ImGuiWindowFlags.None;
flags |= this.Plugin.Config.ClickThroughViewer ? ImGuiWindowFlags.NoInputs : ImGuiWindowFlags.None;