Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
83df3b445c | |||
0295d1ac68 | |||
ed202d56c5 |
@ -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>
|
||||
|
||||
|
@ -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
2
LLib
@ -1 +1 @@
|
||||
Subproject commit b581e2ea2a61f44ed3f0cb4f6ea8cc1595525544
|
||||
Subproject commit 37dedcc09e1f31e47b898fca27284f1c0eb9fb99
|
Loading…
Reference in New Issue
Block a user