We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0349dd9 commit 15ad192Copy full SHA for 15ad192
src/Privatezilla/Settings/Bloatware/UWPAppsEngine.cs
@@ -4,7 +4,7 @@ namespace Privatezilla.Setting.Bloatware
4
{
5
public static class BloatwareList
6
7
- // Our Windows 11 bloatware list
+ // Our Windows 10 bloatware list
8
public static IEnumerable<string> GetList()
9
10
var apps = new List<string>
@@ -46,4 +46,4 @@ public static IEnumerable<string> GetList()
46
return apps;
47
}
48
49
-}
+}
0 commit comments