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