displayed more debugging info

This commit is contained in:
2025-01-07 15:15:03 +01:00
parent ca5637c70f
commit c62c3e7a58
3 changed files with 15 additions and 7 deletions
+3
View File
@@ -116,6 +116,9 @@ document.addEventListener("DOMContentLoaded", async function() {
calcPixelDensity()
console.log("pxDensity: " + getComputedStyle(document.body).getPropertyValue("--pxDensity"))
if (densityWidth > densityHeight) { console.log("pxDensity Direction: Width, " + densityWidth) }
else { console.log("pxDensity Direction: Height, " + densityHeight) }
switch (CURRENT_PAGE) {
case (PAGES.SYNTHWAVE): loadingScreenSynthwave()
}