mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +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>
|
||||||
|
|
||||||
<PropertyGroup Label="Feature">
|
<PropertyGroup Label="Feature">
|
||||||
<DalamudVersion>6.2.0.24</DalamudVersion>
|
<DalamudVersion>6.2.0.25</DalamudVersion>
|
||||||
<Description>XIV Launcher addon framework</Description>
|
<Description>XIV Launcher addon framework</Description>
|
||||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||||
<Version>$(DalamudVersion)</Version>
|
<Version>$(DalamudVersion)</Version>
|
||||||
|
|
|
||||||
|
|
@ -1602,11 +1602,11 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
|
|
||||||
private void DrawDtr()
|
private void DrawDtr()
|
||||||
{
|
{
|
||||||
DrawDtrTestEntry(ref this.dtrTest1, "DTR Test #1");
|
this.DrawDtrTestEntry(ref this.dtrTest1, "DTR Test #1");
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
DrawDtrTestEntry(ref this.dtrTest2, "DTR Test #2");
|
this.DrawDtrTestEntry(ref this.dtrTest2, "DTR Test #2");
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
DrawDtrTestEntry(ref this.dtrTest3, "DTR Test #3");
|
this.DrawDtrTestEntry(ref this.dtrTest3, "DTR Test #3");
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
|
|
||||||
var configuration = Service<DalamudConfiguration>.Get();
|
var configuration = Service<DalamudConfiguration>.Get();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue