1
0

Fix text color in renderer.js based on theme

This commit is contained in:
2025-05-26 22:06:08 +02:00
parent 4b2989a3ae
commit f0ce11cef6

View File

@@ -448,7 +448,7 @@ async function startLiveCountdown(folderObj, msLeft) {
console.log(selected.path);
console.log(tree);
folderHierarchyDropdown.innerHTML = renderFolderTreeAscii(tree, '.', '');
setTextColor(document.body.classList.contains('sky-mode') ? 'sky' : 'default');
});
folderHierarchyDropdown.addEventListener('contextmenu', function(e) {