Move testing Dalamud to dev menu

This commit is contained in:
Aireil 2021-01-21 23:24:02 +01:00
parent d693097ecd
commit 5980cdd997
2 changed files with 9 additions and 9 deletions

View file

@ -145,6 +145,10 @@ namespace Dalamud.Interface
var a = Marshal.ReadByte(IntPtr.Zero);
}
ImGui.Separator();
if (ImGui.MenuItem("Enable Dalamud testing", "", this.dalamud.Configuration.DoDalamudTest)) {
this.dalamud.Configuration.DoDalamudTest = !this.dalamud.Configuration.DoDalamudTest;
this.dalamud.Configuration.Save();
}
ImGui.MenuItem(Util.AssemblyVersion, false);
ImGui.MenuItem(this.dalamud.StartInfo.GameVersion, false);