Update splash.ts
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
bdc73dd621
commit
4fa96ed40b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue