Fix conds in Window

This commit is contained in:
goaaats 2025-04-14 21:06:38 +02:00
parent 47b4a9b502
commit 6858c646a2
15 changed files with 40 additions and 20 deletions

View file

@ -20,7 +20,7 @@ namespace Dalamud.CorePlugin
this.IsOpen = true;
this.Size = new Vector2(810, 520);
this.SizeCondition = ImGuiCond.FirstUseEver;
this.SizeConditionNew = ImGuiCond.FirstUseEver;
}
/// <inheritdoc/>