Disable splash screen

This commit is contained in:
everoddandeven 2024-11-08 16:14:54 +01:00
parent bcfbe9de4a
commit 180ad9cd7b

View file

@ -258,6 +258,8 @@ function createWindow(): BrowserWindow {
} }
const createSplashWindow = async (): Promise<BrowserWindow | undefined> => { const createSplashWindow = async (): Promise<BrowserWindow | undefined> => {
return undefined;
if (os.platform() == 'win32' || isAppImage()) { if (os.platform() == 'win32' || isAppImage()) {
return undefined; return undefined;
} }