Make both collection headers default open again

This commit is contained in:
Ottermandias 2022-07-14 11:02:37 +02:00
parent 3434c437ce
commit 55b9531d93

View file

@ -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 )
{