Revert "Espresso" (#11235)

This commit is contained in:
Clint Rutkas
2021-05-12 11:22:34 -07:00
committed by GitHub
parent 803522ac7a
commit 48f2376aaa
45 changed files with 29 additions and 2242 deletions

View File

@@ -143,22 +143,6 @@ namespace Microsoft.PowerToys.Settings.UI.Library
}
}
private bool espresso = true;
[JsonPropertyName("Espresso")]
public bool Espresso
{
get => espresso;
set
{
if (espresso != value)
{
LogTelemetryEvent(value);
espresso = value;
}
}
}
public string ToJsonString()
{
return JsonSerializer.Serialize(this);