mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[PTRun]Add hotkey to the show telemetry event (#36869)
This commit is contained in:
@@ -12,6 +12,13 @@ namespace Microsoft.PowerLauncher.Telemetry
|
||||
[EventData]
|
||||
public class LauncherShowEvent : EventBase, IEvent
|
||||
{
|
||||
public LauncherShowEvent(string hotkey)
|
||||
{
|
||||
Hotkey = hotkey;
|
||||
}
|
||||
|
||||
public string Hotkey { get; private set; }
|
||||
|
||||
public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user