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
|
public static class BloatwareList
|
||||||
{
|
{
|
||||||
// Our Windows 11 bloatware list
|
// Our Windows 10 bloatware list
|
||||||
public static IEnumerable<string> GetList()
|
public static IEnumerable<string> GetList()
|
||||||
{
|
{
|
||||||
var apps = new List<string>
|
var apps = new List<string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue