mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +01:00
Fix conds in Window
This commit is contained in:
parent
47b4a9b502
commit
6858c646a2
15 changed files with 40 additions and 20 deletions
|
|
@ -152,7 +152,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
this.imageCache = imageCache;
|
||||
|
||||
this.Size = new Vector2(830, 570);
|
||||
this.SizeCondition = ImGuiCond.FirstUseEver;
|
||||
this.SizeConditionNew = ImGuiCond.FirstUseEver;
|
||||
|
||||
this.SizeConstraints = new WindowSizeConstraints
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue