Update UWPAppsEngine.cs
This commit is contained in:
parent
0349dd9892
commit
15ad192013
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue