build: 6.2.0.25

This commit is contained in:
goaaats 2022-01-30 02:13:56 +01:00
parent bbbac0dc29
commit c2fac55a93
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<DalamudVersion>6.2.0.24</DalamudVersion>
<DalamudVersion>6.2.0.25</DalamudVersion>
<Description>XIV Launcher addon framework</Description>
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
<Version>$(DalamudVersion)</Version>

View file

@ -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();