mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-12 02:54:35 +01:00
build: 6.2.0.25
This commit is contained in:
parent
bbbac0dc29
commit
c2fac55a93
2 changed files with 4 additions and 4 deletions
|
|
@ -1602,11 +1602,11 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
|
||||
private void DrawDtr()
|
||||
{
|
||||
DrawDtrTestEntry(ref this.dtrTest1, "DTR Test #1");
|
||||
this.DrawDtrTestEntry(ref this.dtrTest1, "DTR Test #1");
|
||||
ImGui.Separator();
|
||||
DrawDtrTestEntry(ref this.dtrTest2, "DTR Test #2");
|
||||
this.DrawDtrTestEntry(ref this.dtrTest2, "DTR Test #2");
|
||||
ImGui.Separator();
|
||||
DrawDtrTestEntry(ref this.dtrTest3, "DTR Test #3");
|
||||
this.DrawDtrTestEntry(ref this.dtrTest3, "DTR Test #3");
|
||||
ImGui.Separator();
|
||||
|
||||
var configuration = Service<DalamudConfiguration>.Get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue