1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-25 03:30:26 +02:00
parent 1ef1ab772c
commit 81e81002b0

View File

@@ -526,7 +526,9 @@ folders.forEach(folderObj => {
window.electronAPI.onFoldersLocationUpdated(folderObj => {
const selector = `[data-folder-id="${encodeURIComponent(folderObj.path)}"]`;
console.log('Selector:', selector);
const li = document.querySelector(selector);
console.log('Gefundenes li:', li);
if (li) {
if (folderObj.needsRelocation) {
li.classList.add('needs-relocation');