mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[PTRun]Fix crash when plugins have the same name (#15456)
This commit is contained in:
@@ -9,6 +9,10 @@ namespace PowerLauncher.Telemetry.Events
|
||||
[EventData]
|
||||
public class PluginModel
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public bool Disabled { get; set; }
|
||||
|
||||
public bool IsGlobal { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user