Skip to content

Commit

Permalink
Update UWPAppsEngine.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Belim committed Jun 19, 2022
1 parent 0349dd9 commit 15ad192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Privatezilla/Settings/Bloatware/UWPAppsEngine.cs
Expand Up @@ -4,7 +4,7 @@ namespace Privatezilla.Setting.Bloatware
{
public static class BloatwareList
{
// Our Windows 11 bloatware list
// Our Windows 10 bloatware list
public static IEnumerable<string> GetList()
{
var apps = new List<string>
Expand Down Expand Up @@ -46,4 +46,4 @@ public static IEnumerable<string> GetList()
return apps;
}
}
}
}

0 comments on commit 15ad192

Please sign in to comment.