We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e6dde8 + e54f2a5 commit f52b8f9Copy full SHA for f52b8f9
2 files changed
privacy-indicator/Main.qml
@@ -57,7 +57,7 @@ Item {
57
58
var appNames = [];
59
for (var i = 0; i < apps.length; i++) {
60
- appName = apps[i];
+ var appName = apps[i];
61
if (filterRegex && appName && filterRegex.test(appName)) continue;
62
if (appName && appNames.indexOf(appName) === -1) appNames.push(appName);
63
}
privacy-indicator/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "privacy-indicator",
3
"name": "Privacy Indicator",
4
- "version": "1.2.9",
+ "version": "1.2.10",
5
"minNoctaliaVersion": "3.6.0",
6
"author": "Noctalia Team",
7
"official": true,
0 commit comments