From 4fa96ed40bf81f9b8ea564ac521ec2c8c2b1f6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vani=C5=A1?= Date: Sun, 19 Nov 2023 01:44:09 +0100 Subject: [PATCH] Update splash.ts Co-authored-by: V --- src/main/splash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/splash.ts b/src/main/splash.ts index 0bd2dd9..7c05de9 100644 --- a/src/main/splash.ts +++ b/src/main/splash.ts @@ -11,7 +11,7 @@ import { ICON_PATH, VIEW_DIR } from "shared/paths"; import { Settings } from "./settings"; -export function createSplashWindow(startMinimized: boolean = false) { +export function createSplashWindow(startMinimized = false) { const splash = new BrowserWindow({ ...SplashProps, icon: ICON_PATH,