toggle dev menu

This commit is contained in:
Poliwrath 2020-07-23 23:07:04 -04:00
parent 4d54166602
commit 2c02a4b28b

View file

@ -662,7 +662,7 @@ namespace Dalamud {
}
private void OnDebugDrawDevMenu(string command, string arguments) {
this.isImguiDrawDevMenu = true;
this.isImguiDrawDevMenu = !this.isImguiDrawDevMenu;
}
private void OnDebugImInfoCommand(string command, string arguments) {