mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-26 18:39:20 +01:00
Remove ImGui.NET entirely
This commit is contained in:
parent
95ec633cc5
commit
90e426b325
29 changed files with 32 additions and 173 deletions
|
|
@ -152,7 +152,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
this.imageCache = imageCache;
|
||||
|
||||
this.Size = new Vector2(830, 570);
|
||||
this.SizeConditionNew = ImGuiCond.FirstUseEver;
|
||||
this.SizeCondition = ImGuiCond.FirstUseEver;
|
||||
|
||||
this.SizeConstraints = new WindowSizeConstraints
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue