mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 11:29:18 +01:00
refactor: move dalamud init logic out of ctor, AntiDebug cleanup(WIP!!1!!!!)
This commit is contained in:
parent
3d32d9c59c
commit
5df28e4e22
4 changed files with 106 additions and 106 deletions
|
|
@ -108,7 +108,7 @@ namespace Dalamud.Interface
|
|||
|
||||
ImGui.EndMenu();
|
||||
}
|
||||
if (this.dalamud.AntiDebug == null && ImGui.MenuItem("Enable AntiDebug"))
|
||||
if (ImGui.MenuItem("Enable AntiDebug", null, this.dalamud.AntiDebug.IsEnabled))
|
||||
{
|
||||
this.dalamud.AntiDebug.Enable();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue