mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Small refactor to use common powertoys telemetry event source accross modules.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Microsoft.PowerLauncher.Telemetry;
|
||||
using Microsoft.PowerToys.Telemetry;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
using System.Windows.Input;
|
||||
@@ -26,7 +27,7 @@ namespace Wox.ViewModel
|
||||
ActionName = Title
|
||||
|
||||
};
|
||||
PowerLauncherTelemetry.Log.WriteEvent(eventData);
|
||||
PowerToysTelemetry.Log.WriteEvent(eventData);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user