[Splash > Backend] Minor source tweak
This commit is contained in:
parent
97e4fcf149
commit
2be7d92879
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const launchSplash = (startMin) => {
|
|||
|
||||
if (process.platform !== 'darwin') win.on('closed', () => !launchedMainWindow && app.quit());
|
||||
|
||||
if (!startMin) win.once('ready-to-show', () => win.show());
|
||||
if (!startMin) win.once('ready-to-show', win.show);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue