Adding telemetry events for Settings Enabled or Disabled Modules

This commit is contained in:
ryanbodrug-microsoft
2020-05-05 11:44:54 -07:00
parent def0d7a519
commit b4d75e3240
4 changed files with 151 additions and 37 deletions

View File

@@ -29,7 +29,8 @@ namespace Microsoft.PowerToys.Settings.UI.Runner
// send IPC Message
shellPage.SetDefaultSndMessageCallback(msg =>
{
Program.GetTwoWayIPCManager().Send(msg);
//IPC Manager is null when launching runner directly
Program.GetTwoWayIPCManager()?.Send(msg);
});
// send IPC Message