Skip to content

Commit

Permalink
Add HighContrast to reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
davuxcom committed May 3, 2019
1 parent 52a5b9f commit 64c9ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions EarTrumpet/Diagnosis/SnapshotData.cs
Expand Up @@ -62,6 +62,7 @@ public static string InvokeNoThrow(Func<object> func)
{ "IsTransparencyEnabled", () => SystemSettings.IsTransparencyEnabled },
{ "UseAccentColor", () => SystemSettings.UseAccentColor },
{ "AnimationsEnabled", () => SystemParameters.MenuAnimation },
{ "IsHighContrast", () => SystemParameters.HighContrast },
{ "HasIdentity", () => EarTrumpet.App.Current.HasIdentity() },
{ "IsShuttingDown", () => ((EarTrumpet.App)EarTrumpet.App.Current).IsShuttingDown },
{ "Culture", () => CultureInfo.CurrentCulture.Name },
Expand Down
1 change: 1 addition & 0 deletions PRIVACY.md
Expand Up @@ -25,6 +25,7 @@ Includes:
* Transparency configuration (on/off)
* Accent color configuration (on/off)
* System Animations configuration (on/off)
* High Contrast theme configuration (on/off)
* Language and region (e.g. en-US)

### Third-Party Policies
Expand Down

0 comments on commit 64c9ee5

Please sign in to comment.