diff --git a/index.js b/index.js index f2a69d7..fcf36f9 100644 --- a/index.js +++ b/index.js @@ -177,6 +177,7 @@ function doneLoading() { fadeOutI = fadeOutI - 0.05; } } catch (e) { + // Happens if the user Alt + F4s the startup window console.warn("Startup window got destroyed!"); clearInterval(fadeIntervall); }