From 55b9531d935f295ae1a574e4e7ead27ce19c5f30 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Thu, 14 Jul 2022 11:02:37 +0200 Subject: [PATCH] Make both collection headers default open again --- Penumbra/UI/ConfigWindow.CollectionsTab.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Penumbra/UI/ConfigWindow.CollectionsTab.cs b/Penumbra/UI/ConfigWindow.CollectionsTab.cs index 75d08bd2..dbf9b02b 100644 --- a/Penumbra/UI/ConfigWindow.CollectionsTab.cs +++ b/Penumbra/UI/ConfigWindow.CollectionsTab.cs @@ -193,7 +193,7 @@ public partial class ConfigWindow private void DrawActiveCollectionSelectors() { ImGui.Dummy( _window._defaultSpace ); - var open = ImGui.CollapsingHeader( "Active Collections" ); + var open = ImGui.CollapsingHeader( "Active Collections", ImGuiTreeNodeFlags.DefaultOpen ); OpenTutorial( BasicTutorialSteps.ActiveCollections ); if( !open ) {