mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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