Disable window sounds and remove goto

This commit is contained in:
Infi
2024-04-16 16:31:24 +02:00
parent 30ccf8e416
commit 51658c178c
6 changed files with 36 additions and 41 deletions
+1
View File
@@ -24,6 +24,7 @@ public class SeStringDebugger : Window
};
RespectCloseHotkey = false;
DisableWindowSounds = true;
#if DEBUG
Plugin.Commands.Register("/chat2Debugger").Execute += Toggle;