[Splash > Backend] Minor source tweak

This commit is contained in:
Ducko 2022-04-17 22:58:03 +01:00
parent 97e4fcf149
commit 2be7d92879
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};