Skip to content

Commit

Permalink
build: 6.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Mar 12, 2022
1 parent 8ec1bf9 commit a3c1ec4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/XIVLauncher.Core/LauncherApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public override void Draw()

if (IsDebug)
{
if (ImGui.IsKeyPressed(ImGuiKey.D) && ImGui.IsKeyPressed(ImGuiKey.E) && ImGui.IsKeyPressed(ImGuiKey.B))
if (ImGui.IsKeyPressed(ImGuiKey.D))
{
this.isDemoWindow = true;
}
Expand Down
6 changes: 4 additions & 2 deletions src/XIVLauncher/Resources/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
• Further fixes regarding Free Trial compatibility and general stability
• Updated localization files
• Various bug fixes regarding repairs and other inconsistencies (by kizer)
• Various bug fixes regarding Dalamud not updating correctly under certain conditions
• Added support for traditional Chinese (by jackiexyz)
• Updated localization files (thanks to everyone helping out!)
2 changes: 1 addition & 1 deletion src/XIVLauncher/XIVLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>XIVLauncher</Product>
<AssemblyTitle>XIVLauncher</AssemblyTitle>
<Description>Custom launcher for FFXIV.</Description>
<VersionPrefix>6.2.16</VersionPrefix>
<VersionPrefix>6.2.17</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a3c1ec4

Please sign in to comment.