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
@@ -40,6 +40,8 @@ public sealed class SettingsWindow : Window, IUiComponent
new About(),
};
RespectCloseHotkey = false;
Initialise();
Plugin.Commands.Register("/chat2", "Perform various actions with Chat 2.").Execute += Command;