mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Add names, maybe fix combos.
This commit is contained in:
parent
79b4415a44
commit
efdece613a
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Author": "Adam",
|
||||
"Author": "Ottermandias, Adam, Wintermute",
|
||||
"Name": "Penumbra",
|
||||
"Description": "Runtime mod loader and manager.",
|
||||
"InternalName": "Penumbra",
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ public partial class ConfigWindow
|
|||
{
|
||||
var (name, _) = Penumbra.CollectionManager.Individuals[ i ];
|
||||
using var id = ImRaii.PushId( i );
|
||||
CollectionsWithEmpty.Draw( string.Empty, _window._inputTextWidth.X, i );
|
||||
CollectionsWithEmpty.Draw( "##IndividualCombo", _window._inputTextWidth.X, i );
|
||||
ImGui.SameLine();
|
||||
if( ImGuiUtil.DrawDisabledButton( FontAwesomeIcon.Trash.ToIconString(), _window._iconButtonSize, string.Empty,
|
||||
false, true ) )
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ public partial class ConfigWindow
|
|||
if( collection != null )
|
||||
{
|
||||
using var id = ImRaii.PushId( ( int )type );
|
||||
DrawCollectionSelector( string.Empty, _window._inputTextWidth.X, type, true );
|
||||
DrawCollectionSelector( "##SpecialCombo", _window._inputTextWidth.X, type, true );
|
||||
ImGui.SameLine();
|
||||
if( ImGuiUtil.DrawDisabledButton( FontAwesomeIcon.Trash.ToIconString(), _window._iconButtonSize, string.Empty,
|
||||
false, true ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue