mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
Let options keep visual ordering.
This commit is contained in:
parent
f24ec8ebe2
commit
81e93e0664
9 changed files with 105 additions and 28 deletions
|
|
@ -259,7 +259,7 @@ public partial class ConfigWindow
|
|||
}
|
||||
|
||||
ImGui.SameLine();
|
||||
var fileName = group.FileName( _mod.BasePath );
|
||||
var fileName = group.FileName( _mod.BasePath, groupIdx );
|
||||
var fileExists = File.Exists( fileName );
|
||||
tt = fileExists
|
||||
? $"Open the {group.Name} json file in the text editor of your choice."
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ public partial class ConfigWindow
|
|||
DrawSingleGroup( _mod.Groups[ idx ], idx );
|
||||
}
|
||||
|
||||
ImGui.Dummy( _window._defaultSpace );
|
||||
for( var idx = 0; idx < _mod.Groups.Count; ++idx )
|
||||
{
|
||||
DrawMultiGroup( _mod.Groups[ idx ], idx );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue