mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
pi: make collapsible by default
This commit is contained in:
parent
8553ef5412
commit
911c109239
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
public PluginInstallerWindow(PluginImageCache imageCache, DalamudConfiguration configuration)
|
||||
: base(
|
||||
Locs.WindowTitle + (configuration.DoPluginTest ? Locs.WindowTitleMod_Testing : string.Empty) + "###XlPluginInstaller",
|
||||
ImGuiWindowFlags.NoCollapse | ImGuiWindowFlags.NoScrollbar)
|
||||
ImGuiWindowFlags.NoScrollbar)
|
||||
{
|
||||
this.IsOpen = true;
|
||||
this.imageCache = imageCache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue