From aa7daa5c54a5152df897558f9083338303246742 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 7 Jan 2026 23:09:07 +0100 Subject: [PATCH] web: Disable splash screen --- dist/web/source/wasm-config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/web/source/wasm-config.js b/dist/web/source/wasm-config.js index 0d219fc8c..6007780bd 100644 --- a/dist/web/source/wasm-config.js +++ b/dist/web/source/wasm-config.js @@ -106,7 +106,9 @@ var notWorkingTimer = setTimeout(() => { }, 5000); var Module = { - preRun: [], + preRun: () => { + ENV.IMHEX_SKIP_SPLASH_SCREEN = "1"; + }, postRun: function() { // Patch the emscripten GLFW module to send mouse and touch events in the right order // For ImGui interactions to correctly work with touch input, MousePos events need