removed top-left text if fake loading screen is disabled

This commit is contained in:
2025-01-23 17:58:05 +01:00
parent 6def14d791
commit ad49d8d8c6
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ document.addEventListener("DOMContentLoaded", async function() {
pauseAnimBtn(localStorage["isAnimating"] || "true")
debugPrint("isAnimating", isAnimating)
if (showLoading != "true") {
if (fakeLoading != "true") {
removeLoadingScreen(true)
}
else {