[Splash > Backend] Remove unneeded BW props
This commit is contained in:
parent
9278749611
commit
33a324ba04
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue