We don't respect the close key in any window

This commit is contained in:
Infi
2024-04-11 16:12:57 +02:00
parent db73c59d40
commit 795c8a6bb5
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ public class CommandHelpWindow : Window {
Flags = ImGuiWindowFlags.NoSavedSettings | ImGuiWindowFlags.NoTitleBar | ImGuiWindowFlags.NoMove |
ImGuiWindowFlags.NoResize | ImGuiWindowFlags.NoFocusOnAppearing | ImGuiWindowFlags.AlwaysAutoResize;
RespectCloseHotkey = false;
}
// Sets IsOpen to true if it should be drawn