Skip to content

Commit

Permalink
pi: make collapsible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Jun 18, 2024
1 parent 8553ef5 commit 911c109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 911c109

Please sign in to comment.