mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Disable IPC listeners by default.
This commit is contained in:
parent
0fa62f40d7
commit
1641166d6e
6 changed files with 24 additions and 6 deletions
|
|
@ -37,6 +37,7 @@ public class ModSettingsIpcTester : IUiService, IDisposable
|
|||
{
|
||||
_pi = pi;
|
||||
SettingChanged = ModSettingChanged.Subscriber(pi, UpdateLastModSetting);
|
||||
SettingChanged.Disable();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue