mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Add telemetry event for general settings (#1269)
* telemetry for general settings
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
struct GeneralSettings;
|
||||
|
||||
class Trace
|
||||
{
|
||||
public:
|
||||
static void RegisterProvider();
|
||||
static void UnregisterProvider();
|
||||
static void EventLaunch(const std::wstring& versionNumber);
|
||||
static void EventLaunch(const std::wstring& versionNumber, bool isProcessElevated);
|
||||
static void SettingsChanged(const GeneralSettings& settings);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user