mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-25 18:09:22 +01:00
Update everything except for IPC and temp collections to new system.
This commit is contained in:
parent
6a6eac1c3b
commit
4309ae8ce2
16 changed files with 400 additions and 249 deletions
|
|
@ -136,7 +136,7 @@ public partial class ConfigWindow
|
|||
ImGui.SameLine();
|
||||
DrawInheritedCollectionButton( 3 * buttonSize );
|
||||
ImGui.SameLine();
|
||||
DrawCollectionSelector( "##collectionSelector", 2 * buttonSize.X, CollectionType.Current, false, null );
|
||||
DrawCollectionSelector( "##collectionSelector", 2 * buttonSize.X, CollectionType.Current, false );
|
||||
}
|
||||
|
||||
OpenTutorial( BasicTutorialSteps.CollectionSelectors );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue