mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Move testing Dalamud to dev menu
This commit is contained in:
parent
d693097ecd
commit
5980cdd997
2 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue