Fix turn-in window sometimes using wrong title bar icons
This commit is contained in:
parent
0cbde57b79
commit
ed202d56c5
@ -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>
|
||||||
|
|
||||||
|
@ -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 = _ =>
|
||||||
|
Loading…
Reference in New Issue
Block a user