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:
@@ -466,7 +466,7 @@ namespace PowerLauncher.ViewModel
|
||||
// Don't trigger telemetry on cold boot. Must have been loaded at least once.
|
||||
if (value == Visibility.Visible)
|
||||
{
|
||||
PowerToysTelemetry.Log.WriteEvent(new LauncherShowEvent());
|
||||
PowerToysTelemetry.Log.WriteEvent(new LauncherShowEvent(_settings.Hotkey));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user