mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Add IPC test, optimize tester a little, only call event when game object available.
This commit is contained in:
parent
d12a3dd152
commit
0f35dd69f9
5 changed files with 87 additions and 36 deletions
|
|
@ -422,6 +422,7 @@ public partial class ConfigWindow
|
|||
{
|
||||
if( !ImGui.CollapsingHeader( "IPC" ) )
|
||||
{
|
||||
_window._penumbra.Ipc.Tester.UnsubscribeEvents();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue