diff --git a/redisinsight/main.dev.ts b/redisinsight/main.dev.ts index b76b529bfa..f1db6dc112 100644 --- a/redisinsight/main.dev.ts +++ b/redisinsight/main.dev.ts @@ -221,7 +221,7 @@ export const createWindow = async (splash: BrowserWindow | null = null) => { } else { newWindow?.show(); newWindow?.focus(); - splash?.close(); + splash?.destroy(); } });