1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-25 05:39:38 +02:00
parent 205be92f54
commit 9f53c1e256

View File

@@ -589,6 +589,7 @@ folders.forEach(folderObj => {
if (li) {
if (folderObj.needsRelocation) {
li.classList.add('needs-relocation');
li.setAttribute.disabled;
// evtl. !-Icon einblenden
} else {
li.classList.remove('needs-relocation');