mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 03:49:07 +08:00
Removing unecessary event name from SettingsEnabledModuleEvent
This commit is contained in:
parent
1f9c1ce8e4
commit
88dfd90e3b
@ -5,8 +5,6 @@ namespace Microsoft.PowerToys.Settings.Telemetry
|
||||
[EventData]
|
||||
public class SettingsEnabledModuleEvent
|
||||
{
|
||||
public string EventName { get; } = "Settings_EnableModule";
|
||||
|
||||
public string ModuleName { get; set; }
|
||||
|
||||
public bool Value { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user