removed top-left text if fake loading screen is disabled
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user