Skip to content

Commit 15ad192

Browse files
authored
Update UWPAppsEngine.cs
1 parent 0349dd9 commit 15ad192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Privatezilla/Settings/Bloatware/UWPAppsEngine.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Privatezilla.Setting.Bloatware
44
{
55
public static class BloatwareList
66
{
7-
// Our Windows 11 bloatware list
7+
// Our Windows 10 bloatware list
88
public static IEnumerable<string> GetList()
99
{
1010
var apps = new List<string>
@@ -46,4 +46,4 @@ public static IEnumerable<string> GetList()
4646
return apps;
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)