mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Fix conds in Window
This commit is contained in:
parent
47b4a9b502
commit
6858c646a2
15 changed files with 40 additions and 20 deletions
|
|
@ -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/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue