mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Add MaterialUI IPC and increase API Version to 6. No breaking changes, only additions.
This commit is contained in:
parent
53ff9a8ab3
commit
653e21e237
6 changed files with 242 additions and 25 deletions
|
|
@ -49,6 +49,7 @@ public partial class ConfigWindow
|
|||
|
||||
DrawInheritedWarning();
|
||||
ImGui.Dummy( _window._defaultSpace );
|
||||
_window._penumbra.Api.InvokePreSettingsPanel( _mod.ModPath.Name );
|
||||
DrawEnabledInput();
|
||||
ImGui.SameLine();
|
||||
DrawPriorityInput();
|
||||
|
|
@ -64,6 +65,8 @@ public partial class ConfigWindow
|
|||
{
|
||||
DrawMultiGroup( _mod.Groups[ idx ], idx );
|
||||
}
|
||||
|
||||
_window._penumbra.Api.InvokePostSettingsPanel(_mod.ModPath.Name);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue