We don't respect the close key in any window
This commit is contained in:
@@ -19,6 +19,8 @@ internal class Popout : Window
|
||||
|
||||
Size = new Vector2(350, 350);
|
||||
SizeCondition = ImGuiCond.FirstUseEver;
|
||||
|
||||
RespectCloseHotkey = false;
|
||||
}
|
||||
|
||||
public override void PreDraw()
|
||||
|
||||
Reference in New Issue
Block a user