mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
toggle dev menu
This commit is contained in:
parent
4d54166602
commit
2c02a4b28b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue