mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Removing unecessary event name from SettingsEnabledModuleEvent
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user