[Splash > Backend] Remove unneeded BW props

This commit is contained in:
Ducko 2022-03-13 13:29:03 +00:00
parent 9278749611
commit 33a324ba04
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ const launchSplashWindow = (startMinimized) => {
splashWindow = new BrowserWindow({
width: 300,
height: process.platform === 'darwin' ? 300 : 350,
transparent: false,
frame: false,
resizable: false,
center: true,