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
@@ -22,6 +22,8 @@ public class SeStringDebugger : Window
MaximumSize = new Vector2(float.MaxValue, float.MaxValue)
};
RespectCloseHotkey = false;
#if DEBUG
Plugin.Commands.Register("/chat2Debugger").Execute += Toggle;
#endif