mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Make both collection headers default open again
This commit is contained in:
parent
3434c437ce
commit
55b9531d93
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ public partial class ConfigWindow
|
||||||
private void DrawActiveCollectionSelectors()
|
private void DrawActiveCollectionSelectors()
|
||||||
{
|
{
|
||||||
ImGui.Dummy( _window._defaultSpace );
|
ImGui.Dummy( _window._defaultSpace );
|
||||||
var open = ImGui.CollapsingHeader( "Active Collections" );
|
var open = ImGui.CollapsingHeader( "Active Collections", ImGuiTreeNodeFlags.DefaultOpen );
|
||||||
OpenTutorial( BasicTutorialSteps.ActiveCollections );
|
OpenTutorial( BasicTutorialSteps.ActiveCollections );
|
||||||
if( !open )
|
if( !open )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue