1
0

Comment out title update interval in renderer.js

This commit is contained in:
2025-05-26 22:00:08 +02:00
parent e6c24feea9
commit d1df6d2bae

View File

@@ -88,7 +88,7 @@ window.addEventListener('DOMContentLoaded', async () => {
}
}
updateTitleColor();
titleIntervalId = setInterval(updateTitleColor, 60_000);
//titleIntervalId = setInterval(updateTitleColor, 60_000);
} else {
panel.style.backgroundColor = '';
titleEl.style.color = '';