Update splash.ts

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Michal Vaniš 2023-11-19 01:44:09 +01:00 committed by GitHub
parent bdc73dd621
commit 4fa96ed40b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,