Fix turn-in window sometimes using wrong title bar icons

This commit is contained in:
Liza 2025-01-03 11:27:08 +01:00
parent 0cbde57b79
commit ed202d56c5
Signed by: liza
GPG Key ID: 2C41B84815CF6445
2 changed files with 2 additions and 2 deletions

View File

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

View File

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