- Add command info for db viewer

- french loc update
This commit is contained in:
Infi
2024-05-23 20:53:35 +02:00
parent 0936c87f8d
commit 8bbfba5a10
9 changed files with 722 additions and 123 deletions
+2 -2
View File
@@ -26,14 +26,14 @@ public class DebuggerWindow : Window
DisableWindowSounds = true;
#if DEBUG
Plugin.Commands.Register("/chat2Debugger").Execute += Toggle;
Plugin.Commands.Register("/chat2Debugger", showInHelp: false).Execute += Toggle;
#endif
}
public void Dispose()
{
#if DEBUG
Plugin.Commands.Register("/chat2Debugger").Execute -= Toggle;
Plugin.Commands.Register("/chat2Debugger", showInHelp: false).Execute -= Toggle;
#endif
}