mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +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)
|
public PluginInstallerWindow(PluginImageCache imageCache, DalamudConfiguration configuration)
|
||||||
: base(
|
: base(
|
||||||
Locs.WindowTitle + (configuration.DoPluginTest ? Locs.WindowTitleMod_Testing : string.Empty) + "###XlPluginInstaller",
|
Locs.WindowTitle + (configuration.DoPluginTest ? Locs.WindowTitleMod_Testing : string.Empty) + "###XlPluginInstaller",
|
||||||
ImGuiWindowFlags.NoCollapse | ImGuiWindowFlags.NoScrollbar)
|
ImGuiWindowFlags.NoScrollbar)
|
||||||
{
|
{
|
||||||
this.IsOpen = true;
|
this.IsOpen = true;
|
||||||
this.imageCache = imageCache;
|
this.imageCache = imageCache;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue