mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 01:08:18 +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]
|
[EventData]
|
||||||
public class SettingsEnabledModuleEvent
|
public class SettingsEnabledModuleEvent
|
||||||
{
|
{
|
||||||
public string EventName { get; } = "Settings_EnableModule";
|
|
||||||
|
|
||||||
public string ModuleName { get; set; }
|
public string ModuleName { get; set; }
|
||||||
|
|
||||||
public bool Value { get; set; }
|
public bool Value { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user