Compare commits

...

3 Commits
v6.3 ... master

3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<Project Sdk="Dalamud.NET.Sdk/11.0.0">
<PropertyGroup>
<Version>6.3</Version>
<Version>6.6</Version>
<OutputPath>dist</OutputPath>
</PropertyGroup>

View File

@ -92,7 +92,7 @@ internal sealed class TurnInWindow : LWindow, IPersistableWindowConfig<Configura
_minimizeButton = new TitleBarButton
{
Icon = FontAwesomeIcon.Minus,
Icon = IsMinimized ? FontAwesomeIcon.WindowMaximize : FontAwesomeIcon.Minus,
Priority = int.MinValue,
IconOffset = new Vector2(1.5f, 1),
Click = _ =>

2
LLib

@ -1 +1 @@
Subproject commit b581e2ea2a61f44ed3f0cb4f6ea8cc1595525544
Subproject commit 37dedcc09e1f31e47b898fca27284f1c0eb9fb99