@@ -1102,7 +1102,8 @@ function buildTrayMenu() {
];
function isIgnored(name) {
return IGNORED_NAMES.includes(name);
//return IGNORED_NAMES.includes(name);
return name;
}
function walkDir(base, rel = '.') {
The note is not visible to the blocked user.