1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-25 04:29:09 +02:00
parent 823f9151bf
commit c5fa94d5be

View File

@@ -80,6 +80,9 @@ folders.forEach(folderObj => {
const folder = folderObj.path;
const isMonitoring = folderObj.monitoring;
const li = document.createElement('li');
if (folderObj.needsRelocation) {
li.classList.add('needs-relocation');
}
li.setAttribute('data-folder-id', encodeURIComponent(folder));
li.className = [
'flex items-center justify-between px-3 py-2 rounded cursor-pointer',