Update UWPAppsEngine.cs

This commit is contained in:
Belim 2022-06-19 11:42:07 +02:00 committed by GitHub
parent 0349dd9892
commit 15ad192013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
@ -46,4 +46,4 @@ namespace Privatezilla.Setting.Bloatware
return apps;
}
}
}
}