mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
[Awake]Add telemetry (#22214)
* [Awake]Add telemetry * fix wrong event call
This commit is contained in:
@@ -5,4 +5,7 @@ class Trace
|
||||
public:
|
||||
static void RegisterProvider();
|
||||
static void UnregisterProvider();
|
||||
|
||||
// Log if the user has Awake enabled or disabled
|
||||
static void EnableAwake(const bool enabled) noexcept;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user