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

@ -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
{