turn splash screen back on and fix regen script

This commit is contained in:
2026-06-08 20:05:04 +02:00
parent 69e90f8d2d
commit 4e45e0fd66
2 changed files with 25 additions and 6 deletions

View File

@@ -1659,7 +1659,7 @@ window.cancelAnimFrame = (function () {
"letterbox": "on",
"warnOnUnsupportedContent": false,
"contextMenu": "on",
"splashScreen": false
"splashScreen": true
};
let ruffleKeepAliveApplied = false;
@@ -1768,7 +1768,7 @@ window.cancelAnimFrame = (function () {
"autoplay": blurActive ? "off" : "on",
"pageVisibility": window.f0ckSession?.ruffle_background === false,
"backgroundExecution": window.f0ckSession?.ruffle_background === false ? undefined : "Unthrottled",
"splashScreen": false
"splashScreen": true
};
}