We don't respect the close key in any window
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user